Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c936 pd, &dops->md_mac_mech); in common_submit_request()
943 &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
983 pd, &dops->md_mac_mech); in common_submit_request()
990 &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
1004 pd, &dops->md_mac_mech); in common_submit_request()
1011 dops->md_sid, &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
1475 err = crypto_mac_init(&mdops->md_mac_mech, in kcf_emulate_dual()
H A Dkcf_sched.c465 dops->md_mac_mech.cm_type = dops->md_framework_mac_mechtype; in can_resubmit()
466 *mech1 = &dops->md_mac_mech; in can_resubmit()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h128 crypto_mechanism_t md_mac_mech; member