Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c146 static crypto_mech_type_t sha1_hmac_mech = CRYPTO_MECH_INVALID; variable
295 sha1_hmac_mech = crypto_mech2id(SUN_CKM_SHA1_HMAC); in cryptmodopen()
1026 mac_mech.cm_type = sha1_hmac_mech; in kef_decr_hmac()
1088 mac_mech.cm_type = sha1_hmac_mech; in kef_encr_hmac()
1606 result = do_hmac(sha1_hmac_mech, in aes_decrypt()
1685 result = do_hmac(sha1_hmac_mech, in aes_encrypt()
2849 hmac_mech.cm_type = sha1_hmac_mech; in setup_crypto()