Home
last modified time | relevance | path

Searched refs:ciphertxt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c744 CK_BYTE *ciphertxt = NULL; in save_private_token_object() local
791 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()