Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcryptmod.h185 crypto_ctx_template_t hmac_tmpl; member
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c254 if (cd->hmac_tmpl != NULL) in cleanup()
255 (void) crypto_destroy_ctx_template(cd->hmac_tmpl); in cleanup()
1034 cdata->hmac_tmpl, &mac, NULL); in kef_decr_hmac()
1093 cdata->hmac_tmpl, &mac, NULL); in kef_encr_hmac()
2842 if (cd->hmac_tmpl != NULL) in setup_crypto()
2843 (void) crypto_destroy_ctx_template(cd->hmac_tmpl); in setup_crypto()
2879 &cd->hmac_tmpl, KM_SLEEP); in setup_crypto()
2881 cd->hmac_tmpl = NULL; in setup_crypto()
2892 cd->hmac_tmpl = NULL; in setup_crypto()