Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c251 if (cd->enc_tmpl != NULL) in cleanup()
252 (void) crypto_destroy_ctx_template(cd->enc_tmpl); in cleanup()
1020 cdata->enc_tmpl, NULL, NULL); in kef_decr_hmac()
1101 cdata->enc_tmpl, NULL, NULL); in kef_encr_hmac()
1297 tmi->enc_data.enc_tmpl, in aes_cbc_cts_encrypt()
1458 tmi->dec_data.enc_tmpl, in aes_cbc_cts_decrypt()
1868 tmi->dec_data.enc_tmpl = NULL; in arcfour_hmac_md5_decrypt()
1878 &tmi->dec_data.enc_tmpl, in arcfour_hmac_md5_decrypt()
1881 tmi->dec_data.enc_tmpl = NULL; in arcfour_hmac_md5_decrypt()
1892 tmi->dec_data.enc_tmpl, in arcfour_hmac_md5_decrypt()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcryptmod.h184 crypto_ctx_template_t enc_tmpl; member