Home
last modified time | relevance | path

Searched refs:kcf_context_t (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_digest.c255 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_digest_init_prov()
335 kcf_context_t *kcf_ctx; in crypto_digest_update()
341 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_update()
384 kcf_context_t *kcf_ctx; in crypto_digest_final()
390 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_final()
421 kcf_context_t *kcf_ctx; in crypto_digest_key_prov()
427 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_key_prov()
455 kcf_context_t *kcf_ctx; in crypto_digest_single()
461 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_digest_single()
H A Dkcf_cipher.c160 kcf_context_t *tctxp = (kcf_context_t *)ctx; in crypto_cipher_init_prov()
212 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_cipher_init_prov()
473 kcf_context_t *kcf_ctx; in crypto_encrypt_update()
479 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_update()
533 kcf_context_t *kcf_ctx; in crypto_encrypt_final()
539 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_encrypt_final()
756 kcf_context_t *kcf_ctx; in crypto_decrypt_update()
762 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_decrypt_update()
816 kcf_context_t *kcf_ctx; in crypto_decrypt_final()
853 kcf_context_t *kcf_ctx; in crypto_encrypt_single()
[all …]
H A Dkcf_mac.c418 KCF_CONTEXT_REFRELE((kcf_context_t *)ctx->cc_framework_private); in crypto_mac_init_prov()
522 kcf_context_t *kcf_ctx; in crypto_mac_update()
528 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_update()
571 kcf_context_t *kcf_ctx; in crypto_mac_final()
577 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_final()
607 kcf_context_t *kcf_ctx; in crypto_mac_single()
614 ((kcf_ctx = (kcf_context_t *)ctx->cc_framework_private) == NULL) || in crypto_mac_single()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c838 kcf_context_t *kcf_secondctx; in common_submit_request()
842 kcf_secondctx = ((kcf_context_t *) in common_submit_request()
872 kcf_secondctx = ((kcf_context_t *) in common_submit_request()
883 kcf_secondctx = ((kcf_context_t *) in common_submit_request()
923 kcf_context_t *kcf_secondctx; in common_submit_request()
927 kcf_secondctx = ((kcf_context_t *) in common_submit_request()
957 kcf_secondctx = ((kcf_context_t *) in common_submit_request()
968 kcf_secondctx = ((kcf_context_t *) in common_submit_request()
1335 kcf_context_t *encr_kcf_ctx; in kcf_emulate_dual()
1465 kcf_context_t *decr_kcf_ctx; in kcf_emulate_dual()
[all …]
H A Dkcf_sched.c90 kcf_context_t *kcf_ctx; in kcf_new_ctx()
295 kcf_context_t *ictx; in process_req_hwp()
494 kcf_context_t *ictx; in kcf_resubmit_request()
608 kcf_context_t *kcf_ctx; in kcf_submit_request()
816 kcf_free_context(kcf_context_t *kcf_ctx) in kcf_free_context()
820 kcf_context_t *kcf_secondctx = kcf_ctx->kc_secondctx; in kcf_free_context()
1033 kcf_context_t *kctx = (kcf_context_t *)buf; in kcf_context_cache_constructor()
1045 kcf_context_t *kctx = (kcf_context_t *)buf; in kcf_context_cache_destructor()
1180 kcf_context_t *ictx; in kcf_aop_done()
1387 kcf_context_t *ictx; in crypto_cancel_req()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h302 } kcf_context_t; typedef
509 extern void kcf_free_context(kcf_context_t *);