Searched refs:encrypted_buf (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/coolkey/test/
H A Dtest.c138 CK_BYTE signature[1024], encrypted_buf[16384], decrypted_buf[16384]; local
542 encrypted_buflen = sizeof(encrypted_buf);
544 chk_rv = C_Encrypt(hSession, (CK_BYTE_PTR) "Test", strlen("Test"), encrypted_buf, &encrypted_buflen);
549 printf("%02x ", (unsigned int) encrypted_buf[byte_idx]);

Completed in 19 milliseconds