Searched refs:ct_prov_tmpl (Results 1 – 4 of 4) sorted by relevance
103 &(ctx_tmpl->ct_prov_tmpl), &(ctx_tmpl->ct_size)); in crypto_create_ctx_template()139 ASSERT(ctx_tmpl->ct_prov_tmpl != NULL); in crypto_destroy_ctx_template()141 memset(ctx_tmpl->ct_prov_tmpl, 0, ctx_tmpl->ct_size); in crypto_destroy_ctx_template()142 kmem_free(ctx_tmpl->ct_prov_tmpl, ctx_tmpl->ct_size); in crypto_destroy_ctx_template()
88 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_encrypt()159 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_decrypt()
104 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_mac()217 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_mac_init()
116 crypto_spi_ctx_template_t ct_prov_tmpl; /* context template */ member