Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c358 crypto_mechanism_t **mech2, crypto_func_group_t *fg) in can_resubmit() argument
455 *mech2 = &eops->em_mac_mech; in can_resubmit()
468 *mech2 = &dops->md_decr_mech; in can_resubmit()
497 crypto_mechanism_t *mech1 = NULL, *mech2 = NULL; in kcf_resubmit_request() local
501 if (!can_resubmit(areq, &mech1, &mech2, &fg)) in kcf_resubmit_request()
514 if (mech1 && !mech2) { in kcf_resubmit_request()
519 ASSERT(mech1 != NULL && mech2 != NULL); in kcf_resubmit_request()
521 new_pd = kcf_get_dual_provider(mech1, mech2, NULL, &prov_mt1, in kcf_resubmit_request()
H A Dkcf_callprov.c361 kcf_get_dual_provider(crypto_mechanism_t *mech1, crypto_mechanism_t *mech2, in kcf_get_dual_provider() argument
371 crypto_mech_type_t m2id = mech2->cm_type; in kcf_get_dual_provider()