Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c378 *mech1 = &dops->do_mech; in can_resubmit()
388 *mech1 = &mops->mo_mech; in can_resubmit()
398 *mech1 = &sops->so_mech; in can_resubmit()
417 *mech1 = &vops->vo_mech; in can_resubmit()
436 *mech1 = &eops->eo_mech; in can_resubmit()
446 *mech1 = &dcrops->dop_mech; in can_resubmit()
457 *mech1 = &eops->em_encr_mech; in can_resubmit()
470 *mech1 = &dops->md_mac_mech; in can_resubmit()
505 if (!can_resubmit(areq, &mech1, &mech2, &fg)) in kcf_resubmit_request()
517 if (mech1 && !mech2) { in kcf_resubmit_request()
[all …]
H A Dkcf_callprov.c658 kcf_get_dual_provider(crypto_mechanism_t *mech1, crypto_key_t *key1, in kcf_get_dual_provider() argument
675 if (kcf_get_mech_entry(mech1->cm_type, &me) != KCF_SUCCESS) { in kcf_get_dual_provider()
719 mech1->cm_type, key1)) { in kcf_get_dual_provider()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c627 CK_MECHANISM_TYPE mech1 = *((CK_MECHANISM_TYPE *)arg1); in qsort_mechtypes() local
630 if (mech1 > mech2) in qsort_mechtypes()
632 if (mech1 < mech2) in qsort_mechtypes()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1121 nfs_mech_equal(rpc_gss_OID mech1, rpc_gss_OID mech2) in nfs_mech_equal() argument
1123 if ((mech1->length == 0) && (mech2->length == 0)) in nfs_mech_equal()
1126 if (mech1->length != mech2->length) in nfs_mech_equal()
1129 return (bcmp(mech1->elements, mech2->elements, mech1->length) == 0); in nfs_mech_equal()