Searched refs:mac_tmpl (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/crypto/api/ |
H A D | kcf_dual.c | 53 crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, in crypto_encrypt_mac_prov() argument 105 if (mac_tmpl != NULL) { in crypto_encrypt_mac_prov() 111 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac_prov() 175 crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, in crypto_encrypt_mac() argument 265 (crypto_data_t *)ct, mac, mac_tmpl); in crypto_encrypt_mac() 309 mac_key, mac_tmpl, mac, (crq == NULL) ? NULL : in crypto_encrypt_mac() 342 if ((mac_tmpl != NULL) && in crypto_encrypt_mac() 344 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac() 418 crypto_ctx_template_t mac_tmpl, crypto_context_t *ctxp, in crypto_encrypt_mac_init_prov() argument 472 if (mac_tmpl != NULL) { in crypto_encrypt_mac_init_prov() [all …]
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | api.h | 213 crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, 223 crypto_ctx_template_t mac_tmpl, crypto_context_t *ctxp, 240 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, 245 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, 250 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, 256 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, 260 crypto_key_t *decr_key, crypto_ctx_template_t mac_tmpl, 266 crypto_key_t *decr_key, crypto_ctx_template_t mac_tmpl,
|
/titanic_44/usr/src/uts/common/crypto/core/ |
H A D | kcf_sched.c | 1793 crypto_ctx_template_t mac_tmpl; in kcf_next_req() local 1797 mac_tmpl = (crypto_ctx_template_t)mops->mo_templ; in kcf_next_req() 1809 (mac_tmpl != NULL)) { in kcf_next_req() 1812 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in kcf_next_req()
|