Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c567 pd, &mops->mo_mech); in common_submit_request()
570 mops->mo_key, mops->mo_templ, rhndl); in common_submit_request()
574 err = KCF_PROV_MAC(pd, ctx, mops->mo_data, in common_submit_request()
575 mops->mo_mac, rhndl); in common_submit_request()
590 pd, &mops->mo_mech); in common_submit_request()
592 err = KCF_PROV_MAC_ATOMIC(pd, mops->mo_sid, in common_submit_request()
593 &mops->mo_mech, mops->mo_key, mops->mo_data, in common_submit_request()
594 mops->mo_mac, mops->mo_templ, rhndl); in common_submit_request()
600 pd, &mops->mo_mech); in common_submit_request()
603 &mops->mo_mech, mops->mo_key, mops->mo_data, in common_submit_request()
[all …]
H A Dkcf_sched.c381 kcf_mac_ops_params_t *mops = &params->rp_u.mac_params; in can_resubmit() local
383 mops->mo_mech.cm_type = mops->mo_framework_mechtype; in can_resubmit()
384 *mech1 = &mops->mo_mech; in can_resubmit()
1600 kcf_mac_ops_params_t *mops = &(params->rp_u.mac_params); in kcf_next_req() local
1604 ct = (crypto_dual_data_t *)mops->mo_data; in kcf_next_req()
1605 mac_tmpl = (crypto_ctx_template_t)mops->mo_templ; in kcf_next_req()
1608 pd = kcf_get_mech_provider(mops->mo_framework_mechtype, in kcf_next_req()
1628 mops->mo_templ = ctx_mac_tmpl->ct_prov_tmpl; in kcf_next_req()
1746 kcf_mac_ops_params_t *mops = &(params->rp_u.mac_params); in kcf_last_req() local
1748 ct = (crypto_dual_data_t *)mops->mo_data; in kcf_last_req()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h385 kcf_mac_ops_params_t *mops = &(req)->rp_u.mac_params; \
390 mops->mo_sid = _sid; \
392 mops->mo_mech = *mechp; \
393 mops->mo_framework_mechtype = mechp->cm_type; \
395 mops->mo_key = _key; \
396 mops->mo_data = _data; \
397 mops->mo_mac = _mac; \
398 mops->mo_templ = _templ; \