Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dcryptmod.c249 if (cd->enc_tmpl != NULL) in cleanup()
250 (void) crypto_destroy_ctx_template(cd->enc_tmpl); in cleanup()
1017 cdata->enc_tmpl, NULL, NULL); in kef_decr_hmac()
1098 cdata->enc_tmpl, NULL, NULL); in kef_encr_hmac()
1294 tmi->enc_data.enc_tmpl, in aes_cbc_cts_encrypt()
1455 tmi->dec_data.enc_tmpl, in aes_cbc_cts_decrypt()
1865 tmi->dec_data.enc_tmpl = NULL; in arcfour_hmac_md5_decrypt()
1875 &tmi->dec_data.enc_tmpl, in arcfour_hmac_md5_decrypt()
1878 tmi->dec_data.enc_tmpl = NULL; in arcfour_hmac_md5_decrypt()
1889 tmi->dec_data.enc_tmpl, in arcfour_hmac_md5_decrypt()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dcryptmod.h186 crypto_ctx_template_t enc_tmpl; member