Home
last modified time | relevance | path

Searched refs:cc_framework_private (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_digest.c259 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_digest_init_prov()
346 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_update()
395 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_final()
432 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_key_prov()
466 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_single()
H A Dkcf_sign.c84 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_sign_init_prov()
156 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_single()
184 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_update()
211 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_final()
424 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_sign_recover_init_prov()
441 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_sign_recover_single()
H A Dkcf_verify.c84 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_verify_init_prov()
157 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_single()
186 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_update()
213 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_final()
426 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_verify_recover_init_prov()
443 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_verify_recover_single()
H A Dkcf_cipher.c217 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_cipher_init_prov()
483 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_update()
543 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_final()
765 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_update()
825 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_final()
862 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_single()
897 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_single()
H A Dkcf_dual.c492 encr_kcf_context = (kcf_context_t *)ctx->cc_framework_private; in crypto_encrypt_mac_init_prov()
650 ctx->cc_framework_private; in crypto_encrypt_mac_init()
683 ctx->cc_framework_private); in crypto_encrypt_mac_init()
692 ctx->cc_framework_private; in crypto_encrypt_mac_init()
720 ctx->cc_framework_private; in crypto_encrypt_mac_init()
723 cc_framework_private; in crypto_encrypt_mac_init()
1619 ctx->cc_framework_private; in crypto_mac_decrypt_init()
1664 ctx->cc_framework_private); in crypto_mac_decrypt_init()
1673 ctx->cc_framework_private; in crypto_mac_decrypt_init()
1692 cc_framework_private; in crypto_mac_decrypt_init()
[all …]
H A Dkcf_mac.c422 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_mac_init_prov()
532 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_update()
581 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_final()
618 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_single()
/illumos-gate/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()
1675 encr_kcf_ctx = (kcf_context_t *)(ctx->cc_framework_private); in kcf_emulate_dual()
1700 mac_ctx->cc_framework_private; in kcf_emulate_dual()
1702 mac_ctx->cc_framework_private); in kcf_emulate_dual()
1835 mac_ctx->cc_framework_private; in kcf_emulate_dual()
[all …]
H A Dkcf_sched.c136 ctx->cc_framework_private = (void *)kcf_ctx; in kcf_new_ctx()
606 kcf_ctx = ctx ? (kcf_context_t *)ctx->cc_framework_private : NULL; in kcf_submit_request()
1676 ictx = (kcf_context_t *)((crypto_ctx_t *)ctx)->cc_framework_private; in crypto_cancel_ctx()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h92 void *cc_framework_private; /* owned by framework */ member