Searched refs:C_GetMechanismList (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c561 * C_GetMechanismList cannot just be a direct pass through to the
574 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
592 return (fast_funcs->C_GetMechanismList(slotID,
633 rv = prov_funcs->C_GetMechanismList(true_id,
648 rv = prov_funcs->C_GetMechanismList(true_id,
H A DmetaMechManager.c149 * NOTE: Due to the PKCS#11 convention of calling C_GetMechanismList
336 * Updates a slot in the mechlist. Called by C_GetMechanismList
357 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL,
371 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id,
H A Dpkcs11General.c49 C_GetMechanismList,
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c47 C_GetMechanismList,
H A DkernelSlotToken.c223 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c118 C_GetMechanismList,
H A DkmsSlotToken.c187 C_GetMechanismList(CK_SLOT_ID slotID, function
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c51 C_GetMechanismList,
H A DsoftSlotToken.c519 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h103 /* C_GetMechanismList obtains a list of mechanism types
105 CK_PKCS11_FUNCTION_INFO(C_GetMechanismList)
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1254 PK11_Functions.C_GetMechanismList = C_GetMechanismList;
1395 C_GetMechanismList(CK_SLOT_ID slotID, function
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c5309 rv = C_GetMechanismList(slotID, NULL_PTR, &ulMechTypeCount);
5313 "C_GetMechanismList returned 0x%.8X count:%d\n", rv,
5325 rv = C_GetMechanismList(slotID, pMechTypeList, &ulMechTypeCount);
5329 "C_GetMechanismList returned 0x%.8X count:%d\n", rv,
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5417 if ((r = id_cryptoctx->p11->C_GetMechanismList(id_cryptoctx->slotid, NULL,
5419 pkiDebug("C_GetMechanismList: %s\n", pkinit_pkcs11_code_to_text(r));
5425 if ((r = id_cryptoctx->p11->C_GetMechanismList(id_cryptoctx->slotid,

Completed in 64 milliseconds