Searched refs:ctx_mac_tmpl (Results 1 – 2 of 2) sorted by relevance
64 kcf_ctx_template_t *ctx_encr_tmpl, *ctx_mac_tmpl; in crypto_encrypt_mac_prov() local111 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac_prov()112 if (ctx_mac_tmpl->ct_generation != me->me_gen_swprov) { in crypto_encrypt_mac_prov()116 spi_mac_tmpl = ctx_mac_tmpl->ct_prov_tmpl; in crypto_encrypt_mac_prov()185 kcf_ctx_template_t *ctx_encr_tmpl, *ctx_mac_tmpl; in crypto_encrypt_mac() local344 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac()345 if (ctx_mac_tmpl->ct_generation != me->me_gen_swprov) { in crypto_encrypt_mac()357 spi_mac_tmpl = ctx_mac_tmpl->ct_prov_tmpl; in crypto_encrypt_mac()429 kcf_ctx_template_t *ctx_encr_tmpl, *ctx_mac_tmpl; in crypto_encrypt_mac_init_prov() local478 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac_init_prov()[all …]
1810 kcf_ctx_template_t *ctx_mac_tmpl; in kcf_next_req() local1812 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in kcf_next_req()1814 if (ctx_mac_tmpl->ct_generation != me->me_gen_swprov) { in kcf_next_req()1819 mops->mo_templ = ctx_mac_tmpl->ct_prov_tmpl; in kcf_next_req()