Home
last modified time | relevance | path

Searched defs:kcf_ctx (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_digest.c335 kcf_context_t *kcf_ctx; in crypto_digest_update() local
384 kcf_context_t *kcf_ctx; in crypto_digest_final() local
421 kcf_context_t *kcf_ctx; in crypto_digest_key_prov() local
455 kcf_context_t *kcf_ctx; in crypto_digest_single() local
H A Dkcf_cipher.c473 kcf_context_t *kcf_ctx; in crypto_encrypt_update() local
533 kcf_context_t *kcf_ctx; in crypto_encrypt_final() local
756 kcf_context_t *kcf_ctx; in crypto_decrypt_update() local
816 kcf_context_t *kcf_ctx; in crypto_decrypt_final() local
853 kcf_context_t *kcf_ctx; in crypto_encrypt_single() local
888 kcf_context_t *kcf_ctx; in crypto_decrypt_single() local
H A Dkcf_mac.c522 kcf_context_t *kcf_ctx; in crypto_mac_update() local
571 kcf_context_t *kcf_ctx; in crypto_mac_final() local
607 kcf_context_t *kcf_ctx; in crypto_mac_single() local
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c90 kcf_context_t *kcf_ctx; in kcf_new_ctx() local
608 kcf_context_t *kcf_ctx; in kcf_submit_request() local
816 kcf_free_context(kcf_context_t *kcf_ctx) in kcf_free_context()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h339 #define KCF_CONTEXT_COND_RELEASE(rv, kcf_ctx) { \ argument