Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c630 CK_MECHANISM_TYPE mech2 = *((CK_MECHANISM_TYPE *)arg2); in qsort_mechtypes() local
632 if (mech1 > mech2) in qsort_mechtypes()
634 if (mech1 < mech2) in qsort_mechtypes()
/titanic_44/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c362 crypto_mechanism_t **mech2, crypto_func_group_t *fg) in can_resubmit() argument
459 *mech2 = &eops->em_mac_mech; in can_resubmit()
472 *mech2 = &dops->md_decr_mech; in can_resubmit()
501 crypto_mechanism_t *mech1 = NULL, *mech2 = NULL; in kcf_resubmit_request() local
505 if (!can_resubmit(areq, &mech1, &mech2, &fg)) in kcf_resubmit_request()
517 if (mech1 && !mech2) { in kcf_resubmit_request()
521 ASSERT(mech1 != NULL && mech2 != NULL); in kcf_resubmit_request()
523 new_pd = kcf_get_dual_provider(mech1, NULL, mech2, NULL, in kcf_resubmit_request()
H A Dkcf_callprov.c659 crypto_mechanism_t *mech2, crypto_key_t *key2, in kcf_get_dual_provider() argument
669 crypto_mech_type_t m2id = mech2->cm_type; in kcf_get_dual_provider()
751 mech2->cm_type, key2)) { in kcf_get_dual_provider()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c896 nfs_mech_equal(rpc_gss_OID mech1, rpc_gss_OID mech2) in nfs_mech_equal() argument
898 if ((mech1->length == 0) && (mech2->length == 0)) in nfs_mech_equal()
901 if (mech1->length != mech2->length) in nfs_mech_equal()
904 return (bcmp(mech1->elements, mech2->elements, mech1->length) == 0); in nfs_mech_equal()