Home
last modified time | relevance | path

Searched refs:kcf_new_ctx (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h498 extern crypto_ctx_t *kcf_new_ctx(crypto_call_req_t *, kcf_provider_desc_t *,
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_digest.c226 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_digest_init_prov()
H A Dkcf_mac.c389 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_mac_init_prov()
H A Dkcf_cipher.c129 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_cipher_init_prov()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c86 kcf_new_ctx(crypto_call_req_t *crq, kcf_provider_desc_t *pd, in kcf_new_ctx() function