Home
last modified time | relevance | path

Searched refs:mech1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c374 *mech1 = &dops->do_mech; in can_resubmit()
384 *mech1 = &mops->mo_mech; in can_resubmit()
394 *mech1 = &sops->so_mech; in can_resubmit()
413 *mech1 = &vops->vo_mech; in can_resubmit()
432 *mech1 = &eops->eo_mech; in can_resubmit()
442 *mech1 = &dcrops->dop_mech; in can_resubmit()
453 *mech1 = &eops->em_encr_mech; in can_resubmit()
466 *mech1 = &dops->md_mac_mech; in can_resubmit()
501 if (!can_resubmit(areq, &mech1, &mech2, &fg)) in kcf_resubmit_request()
514 if (mech1 && !mech2) { in kcf_resubmit_request()
[all …]
H A Dkcf_callprov.c361 kcf_get_dual_provider(crypto_mechanism_t *mech1, crypto_mechanism_t *mech2, in kcf_get_dual_provider() argument
375 if (kcf_get_mech_entry(mech1->cm_type, &me) != KCF_SUCCESS) { in kcf_get_dual_provider()