Searched refs:C_GetMechanismList (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11SlotToken.c | 561 * 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 D | metaMechManager.c | 149 * 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 D | pkcs11General.c | 49 C_GetMechanismList,
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 47 C_GetMechanismList,
|
H A D | kernelSlotToken.c | 223 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/ |
H A D | kmsGeneral.c | 118 C_GetMechanismList,
|
H A D | kmsSlotToken.c | 187 C_GetMechanismList(CK_SLOT_ID slotID, function
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softGeneral.c | 51 C_GetMechanismList,
|
H A D | softSlotToken.c | 519 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
|
/osnet-11/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 103 /* 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 D | api_interface.c | 1254 PK11_Functions.C_GetMechanismList = C_GetMechanismList; 1395 C_GetMechanismList(CK_SLOT_ID slotID, function
|
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 5309 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 D | pkinit_crypto_openssl.c | 5417 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 66 milliseconds