Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcryptmod.h187 crypto_ctx_template_t hmac_tmpl; member
/titanic_44/usr/src/uts/common/io/
H A Dcryptmod.c252 if (cd->hmac_tmpl != NULL) in cleanup()
253 (void) crypto_destroy_ctx_template(cd->hmac_tmpl); in cleanup()
1031 cdata->hmac_tmpl, &mac, NULL); in kef_decr_hmac()
1090 cdata->hmac_tmpl, &mac, NULL); in kef_encr_hmac()
2839 if (cd->hmac_tmpl != NULL) in setup_crypto()
2840 (void) crypto_destroy_ctx_template(cd->hmac_tmpl); in setup_crypto()
2876 &cd->hmac_tmpl, KM_SLEEP); in setup_crypto()
2878 cd->hmac_tmpl = NULL; in setup_crypto()
2889 cd->hmac_tmpl = NULL; in setup_crypto()