Searched refs:ciphertxt (Results 1 – 1 of 1) sorted by relevance
744 CK_BYTE *ciphertxt = NULL; in save_private_token_object() local791 ciphertxt = (CK_BYTE *)malloc(padded_len); in save_private_token_object()792 if (!cleartxt || !ciphertxt) { in save_private_token_object()811 ciphertxt, &ciphertxt_len); in save_private_token_object()838 (void) fwrite(ciphertxt, ciphertxt_len, 1, fp); in save_private_token_object()845 free(ciphertxt); in save_private_token_object()855 if (ciphertxt) in save_private_token_object()856 free(ciphertxt); in save_private_token_object()