Searched refs:C_GetMechanismInfo (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c141 rv = C_GetMechanismInfo(*slotid, algos.enc_algo, &info);
165 rv = C_GetMechanismInfo(*slotid, algos.hash_algo,
174 rv = C_GetMechanismInfo(*slotid, algos.str2key_algo,
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c104 return (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK);
109 * the necessary work of calling C_GetSlotList(), C_GetMechanismInfo()
191 * of the necessary work of calling C_GetSlotList(), C_GetMechanismInfo()
253 if (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK) {
333 rv = C_GetMechanismInfo(slot_id, mech, &mech_info);
H A Dpkcs11SlotToken.c712 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, function
725 return (fast_funcs->C_GetMechanismInfo(slotID, type, pInfo));
751 rv = prov_funcs->C_GetMechanismInfo(true_id, type, pInfo);
H A Dpkcs11General.c50 C_GetMechanismInfo,
H A DmetaMechManager.c285 * The force_refresh flag is used by C_GetMechanismInfo, to force an
481 rv = FUNCLIST(fw_st_id)->C_GetMechanismInfo(true_id, mech, &info);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c48 C_GetMechanismInfo,
H A DkernelSlotToken.c364 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, function
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c119 C_GetMechanismInfo,
H A DkmsSlotToken.c227 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, function
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c52 C_GetMechanismInfo,
H A DsoftSlotToken.c559 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, function
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h115 /* C_GetMechanismInfo obtains information about a particular
117 CK_PKCS11_FUNCTION_INFO(C_GetMechanismInfo)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1255 PK11_Functions.C_GetMechanismInfo = C_GetMechanismInfo;
1375 C_GetMechanismInfo(CK_SLOT_ID slotID, function
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c122 rv = C_GetMechanismInfo(pSlotList[i], wanted_mech, &info);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5431 if ((r = id_cryptoctx->p11->C_GetMechanismInfo(id_cryptoctx->slotid,

Completed in 167 milliseconds