Home
last modified time | relevance | path

Searched refs:kcf_ctx_template_t (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_ctxops.c82 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()
H A Dkcf_dual.c64 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 …]
H A Dkcf_mac.c137 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()
H A Dkcf_cipher.c236 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()
H A Dkcf_sign.c98 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()
H A Dkcf_verify.c99 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()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h367 } kcf_ctx_template_t; typedef
/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1810 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()