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; local
797 ciphertxt_len = padded_len;
811 ciphertxt, &ciphertxt_len);
832 total_len = sizeof (UINT32) + sizeof (CK_BBOOL) + (UINT32)ciphertxt_len;
838 (void) fwrite(ciphertxt, ciphertxt_len, 1, fp);

Completed in 45 milliseconds