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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1300 unsigned int total_decrypted = 0, modulus_len = 0; local
1329 total_decrypted += out_len;
1333 output->Length = total_decrypted;
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2329 CK_ULONG out_len = 0, block_len = 0, total_decrypted = 0; local
2395 total_decrypted += out_len;
2400 output->Length = total_decrypted;
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2300 unsigned int total_decrypted = 0, modulus_len = 0; local
2333 total_decrypted += out_len;
2337 output->Length = total_decrypted;

Completed in 85 milliseconds