Searched defs:mech2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c630 CK_MECHANISM_TYPE mech2 = *((CK_MECHANISM_TYPE *)arg2); local
632 if (mech1 > mech2)
634 if (mech1 < mech2)
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c659 crypto_mechanism_t *mech2, crypto_key_t *key2,
669 crypto_mech_type_t m2id = mech2->cm_type;
751 mech2->cm_type, key2)) {
658 kcf_get_dual_provider(crypto_mechanism_t *mech1, crypto_key_t *key1, crypto_mechanism_t *mech2, crypto_key_t *key2, kcf_mech_entry_t **mepp, crypto_mech_type_t *prov_mt1, crypto_mech_type_t *prov_mt2, int *error, kcf_prov_tried_t *triedl, crypto_func_group_t fg1, crypto_func_group_t fg2, size_t data_size) argument
H A Dkcf_sched.c352 * structure. mech2 is also initialized in case of a dual operation. fg
362 crypto_mechanism_t **mech2, crypto_func_group_t *fg)
459 *mech2 = &eops->em_mac_mech;
472 *mech2 = &dops->md_decr_mech;
501 crypto_mechanism_t *mech1 = NULL, *mech2 = NULL; local
505 if (!can_resubmit(areq, &mech1, &mech2, &fg))
517 if (mech1 && !mech2) {
521 ASSERT(mech1 != NULL && mech2 != NULL);
523 new_pd = kcf_get_dual_provider(mech1, NULL, mech2, NULL,
361 can_resubmit(kcf_areq_node_t *areq, crypto_mechanism_t **mech1, crypto_mechanism_t **mech2, crypto_func_group_t *fg) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c896 nfs_mech_equal(rpc_gss_OID mech1, rpc_gss_OID mech2) argument
898 if ((mech1->length == 0) && (mech2->length == 0))
901 if (mech1->length != mech2->length)
904 return (bcmp(mech1->elements, mech2->elements, mech1->length) == 0);

Completed in 86 milliseconds