Searched refs:kcf_ctx_template_t (Results 1 – 4 of 4) sorted by relevance
76 kcf_ctx_template_t *ctx_tmpl; in crypto_create_ctx_template()92 sizeof (kcf_ctx_template_t), KM_SLEEP)) == NULL) { in crypto_create_ctx_template()108 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_create_ctx_template()134 kcf_ctx_template_t *ctx_tmpl = (kcf_ctx_template_t *)tmpl; in crypto_destroy_ctx_template()143 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_destroy_ctx_template()
74 kcf_ctx_template_t *ctx_tmpl; in crypto_encrypt()87 if (((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) in crypto_encrypt()145 kcf_ctx_template_t *ctx_tmpl; in crypto_decrypt()158 if (((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) in crypto_decrypt()
90 kcf_ctx_template_t *ctx_tmpl; in crypto_mac()103 if (((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) in crypto_mac()196 kcf_ctx_template_t *ctx_tmpl; in crypto_mac_init()216 if (((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) in crypto_mac_init()
118 } kcf_ctx_template_t; typedef