Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmech_md5.c395 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
423 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
430 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
437 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
444 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
448 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
453 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
460 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
466 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
473 (void) digest_mgr_cleanup(&digest_ctx); in md5_hmac_sign()
[all …]
H A Dmech_sha.c114 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
126 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
153 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
160 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
166 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
173 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
177 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
182 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
189 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
195 (void) digest_mgr_cleanup(&digest_ctx); in sha1_hmac_sign()
[all …]
H A Dmech_rsa.c469 (void) digest_mgr_cleanup(&digest_ctx); in rsa_hash_pkcs_sign()
514 (void) digest_mgr_cleanup(&context->hash_context); in rsa_hash_pkcs_sign_update()
598 (void) digest_mgr_cleanup(&digest_ctx); in rsa_hash_pkcs_verify()
640 (void) digest_mgr_cleanup(&context->hash_context); in rsa_hash_pkcs_verify_update()
722 (void) digest_mgr_cleanup(&context->hash_context); in rsa_hash_pkcs_sign_final()
795 (void) digest_mgr_cleanup(&context->hash_context); in rsa_hash_pkcs_verify_final()
H A Ddig_mgr.c349 digest_mgr_cleanup(DIGEST_CONTEXT *ctx) in digest_mgr_cleanup() function
H A Dnew_host.c1539 (void) digest_mgr_cleanup(&sess->digest_ctx); in SC_Digest()
1580 (void) digest_mgr_cleanup(&sess->digest_ctx); in SC_DigestUpdate()
1613 (void) digest_mgr_cleanup(&sess->digest_ctx); in SC_DigestKey()
1657 (void) digest_mgr_cleanup(&sess->digest_ctx); in SC_DigestFinal()
H A Dsess_mgr.c1151 (void) digest_mgr_cleanup(&sess->digest_ctx); in session_mgr_set_op_state()
H A Dtpmtok_int.h791 CK_RV digest_mgr_cleanup(DIGEST_CONTEXT *);