Searched refs:kcf_ctx_template_t (Results 1 – 5 of 5) sorted by relevance
77 kcf_ctx_template_t *ctx_tmpl; in crypto_create_ctx_template()92 if ((ctx_tmpl = (kcf_ctx_template_t *)kmem_alloc( in crypto_create_ctx_template()93 sizeof (kcf_ctx_template_t), kmflag)) == NULL) { in crypto_create_ctx_template()110 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_create_ctx_template()136 kcf_ctx_template_t *ctx_tmpl = (kcf_ctx_template_t *)tmpl; in crypto_destroy_ctx_template()145 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_destroy_ctx_template()
132 kcf_ctx_template_t *ctx_tmpl; in crypto_mac()154 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac()257 kcf_ctx_template_t *ctx_tmpl; in crypto_mac_verify()279 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac_verify()437 kcf_ctx_template_t *ctx_tmpl; in crypto_mac_init()459 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac_init()
231 kcf_ctx_template_t *ctx_tmpl; in crypto_cipher_init()252 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_cipher_init()357 kcf_ctx_template_t *ctx_tmpl; in crypto_encrypt()379 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_encrypt()640 kcf_ctx_template_t *ctx_tmpl; in crypto_decrypt()662 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_decrypt()
360 } kcf_ctx_template_t; typedef
1619 kcf_ctx_template_t *ctx_mac_tmpl; in kcf_next_req()1621 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in kcf_next_req()