Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c750 CK_ULONG ciphertxt_len; in save_private_token_object() local
797 ciphertxt_len = padded_len; in save_private_token_object()
811 ciphertxt, &ciphertxt_len); in save_private_token_object()
832 total_len = sizeof (UINT32) + sizeof (CK_BBOOL) + (UINT32)ciphertxt_len; in save_private_token_object()
838 (void) fwrite(ciphertxt, ciphertxt_len, 1, fp); in save_private_token_object()