Home
last modified time | relevance | path

Searched refs:kc_secondctx (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1180 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()
1210 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()
1221 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()
1265 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()
1295 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()
1306 (ctx->cc_framework_private))->kc_secondctx; in common_submit_request()
1679 encr_kcf_ctx->kc_secondctx = NULL; in kcf_emulate_dual()
1699 encr_kcf_ctx->kc_secondctx = (kcf_context_t *) in kcf_emulate_dual()
1711 kcf_context_t *mac_kcf_ctx = encr_kcf_ctx->kc_secondctx; in kcf_emulate_dual()
1752 kcf_context_t *mac_kcf_ctx = encr_kcf_ctx->kc_secondctx; in kcf_emulate_dual()
[all …]
H A Dkcf_sched.c126 kcf_ctx->kc_secondctx = NULL; in kcf_new_ctx()
820 kcf_context_t *kcf_secondctx = kcf_ctx->kc_secondctx; in kcf_free_context()
/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c725 encr_kcf_context->kc_secondctx = in crypto_encrypt_mac_init()
766 encr_kcf_context->kc_secondctx = encr_kcf_context; in crypto_encrypt_mac_init()
884 if ((kcf_mac_ctx = kcf_ctx->kc_secondctx) != NULL) { in crypto_encrypt_mac_update()
987 if ((kcf_mac_ctx = kcf_ctx->kc_secondctx) != NULL) { in crypto_encrypt_mac_final()
1702 decr_kcf_context->kc_secondctx = mac_kcf_context; in crypto_mac_decrypt_init()
1740 decr_kcf_context->kc_secondctx = decr_kcf_context; in crypto_mac_decrypt_init()
1990 if ((kcf_mac_ctx = kcf_ctx->kc_secondctx) != NULL) { in crypto_mac_decrypt_update()
2080 if ((kcf_mac_ctx = kcf_ctx->kc_secondctx) != NULL) { in crypto_mac_decrypt_final()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h308 struct kcf_context *kc_secondctx; /* for dual contexts */ member