Home
last modified time | relevance | path

Searched refs:kc_mech (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c164 if ((kcf_get_sw_prov(mech->cm_type, &tpd, &tctxp->kc_mech, in crypto_cipher_init_prov()
496 if (plaintext->cd_length < kcf_ctx->kc_mech->me_threshold && in crypto_encrypt_update()
779 if (ciphertext->cd_length < kcf_ctx->kc_mech->me_threshold && in crypto_decrypt_update()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h300 kcf_mech_entry_t *kc_mech; member
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c105 kcf_ctx->kc_mech = NULL; in kcf_new_ctx()