Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmech_md5.c509 (void) sign_mgr_cleanup(&hmac_ctx); in md5_hmac_verify()
517 (void) sign_mgr_cleanup(&hmac_ctx); in md5_hmac_verify()
527 (void) sign_mgr_cleanup(&hmac_ctx); in md5_hmac_verify()
H A Dmech_rsa.c470 (void) sign_mgr_cleanup(&sign_ctx); in rsa_hash_pkcs_sign()
599 (void) sign_mgr_cleanup(&verify_ctx); in rsa_hash_pkcs_verify()
714 (void) sign_mgr_cleanup(&sign_ctx); in rsa_hash_pkcs_sign_final()
723 (void) sign_mgr_cleanup(&sign_ctx); in rsa_hash_pkcs_sign_final()
H A Dmech_sha.c256 (void) sign_mgr_cleanup(&hmac_ctx); in sha1_hmac_verify()
H A Dsign_mgr.c223 sign_mgr_cleanup(SIGN_VERIFY_CONTEXT *ctx) in sign_mgr_cleanup() function
H A Dnew_host.c1746 (void) sign_mgr_cleanup(&sess->sign_ctx); in SC_Sign()
1785 (void) sign_mgr_cleanup(&sess->sign_ctx); in SC_SignUpdate()
1829 (void) sign_mgr_cleanup(&sess->sign_ctx); in SC_SignFinal()
1917 (void) sign_mgr_cleanup(&sess->sign_ctx); in SC_SignRecover()
H A Dsess_mgr.c1154 (void) sign_mgr_cleanup(&sess->sign_ctx); in session_mgr_set_op_state()
H A Dtpmtok_int.h844 CK_RV sign_mgr_cleanup(SIGN_VERIFY_CONTEXT *);