Searched refs:kcf_ctx_template_t (Results 1 – 8 of 8) sorted by relevance
82 kcf_ctx_template_t *ctx_tmpl; in crypto_create_ctx_template()97 if ((ctx_tmpl = (kcf_ctx_template_t *)kmem_alloc( in crypto_create_ctx_template()98 sizeof (kcf_ctx_template_t), kmflag)) == NULL) { in crypto_create_ctx_template()115 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_create_ctx_template()141 kcf_ctx_template_t *ctx_tmpl = (kcf_ctx_template_t *)tmpl; in crypto_destroy_ctx_template()150 kmem_free(ctx_tmpl, sizeof (kcf_ctx_template_t)); in crypto_destroy_ctx_template()
64 kcf_ctx_template_t *ctx_encr_tmpl, *ctx_mac_tmpl; in crypto_encrypt_mac_prov()97 ctx_encr_tmpl = (kcf_ctx_template_t *)encr_tmpl; in crypto_encrypt_mac_prov()111 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac_prov()185 kcf_ctx_template_t *ctx_encr_tmpl, *ctx_mac_tmpl; in crypto_encrypt_mac()223 ctx_encr_tmpl = (kcf_ctx_template_t *)encr_tmpl; in crypto_encrypt_mac()344 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac()429 kcf_ctx_template_t *ctx_encr_tmpl, *ctx_mac_tmpl; in crypto_encrypt_mac_init_prov()464 ctx_encr_tmpl = (kcf_ctx_template_t *)encr_tmpl; in crypto_encrypt_mac_init_prov()478 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in crypto_encrypt_mac_init_prov()565 kcf_ctx_template_t *ctx_encr_tmpl, *ctx_mac_tmpl; in crypto_encrypt_mac_init()[all …]
137 kcf_ctx_template_t *ctx_tmpl; in crypto_mac()158 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac()261 kcf_ctx_template_t *ctx_tmpl; in crypto_mac_verify()282 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac_verify()441 kcf_ctx_template_t *ctx_tmpl; in crypto_mac_init()463 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_mac_init()
236 kcf_ctx_template_t *ctx_tmpl; in crypto_cipher_init()257 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_cipher_init()362 kcf_ctx_template_t *ctx_tmpl; in crypto_encrypt()383 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_encrypt()644 kcf_ctx_template_t *ctx_tmpl; in crypto_decrypt()665 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_decrypt()
98 kcf_ctx_template_t *ctx_tmpl; in crypto_sign_init()118 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_sign_init()266 kcf_ctx_template_t *ctx_tmpl; in sign_sr_atomic_common()286 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in sign_sr_atomic_common()
99 kcf_ctx_template_t *ctx_tmpl; in crypto_verify_init()119 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in crypto_verify_init()268 kcf_ctx_template_t *ctx_tmpl; in verify_vr_atomic_common()288 ((ctx_tmpl = (kcf_ctx_template_t *)tmpl) != NULL)) { in verify_vr_atomic_common()
367 } kcf_ctx_template_t; typedef
1810 kcf_ctx_template_t *ctx_mac_tmpl; in kcf_next_req()1812 ctx_mac_tmpl = (kcf_ctx_template_t *)mac_tmpl; in kcf_next_req()