Searched refs:mech1 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_sched.c | 361 can_resubmit(kcf_areq_node_t *areq, crypto_mechanism_t **mech1, in can_resubmit() argument 378 *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() 501 crypto_mechanism_t *mech1 = NULL, *mech2 = NULL; in kcf_resubmit_request() local [all …]
|
H A D | kcf_callprov.c | 658 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()
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaMechManager.c | 629 CK_MECHANISM_TYPE mech1 = *((CK_MECHANISM_TYPE *)arg1); in qsort_mechtypes() local 632 if (mech1 > mech2) in qsort_mechtypes() 634 if (mech1 < mech2) in qsort_mechtypes()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 896 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()
|