Searched refs:C_GetMechanismList (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11SlotToken.c | 569 * C_GetMechanismList cannot just be a direct pass through to the 582 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function 601 return (fast_funcs->C_GetMechanismList(slotID, 643 rv = prov_funcs->C_GetMechanismList(true_id, 658 rv = prov_funcs->C_GetMechanismList(true_id,
|
H A D | metaMechManager.c | 141 * NOTE: Due to the PKCS#11 convention of calling C_GetMechanismList 328 * Updates a slot in the mechlist. Called by C_GetMechanismList 349 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL, 363 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id,
|
H A D | pkcs11General.c | 50 C_GetMechanismList,
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_metaslot.c | 241 rv = funcs->C_GetMechanismList(METASLOT_ID, NULL_PTR, 244 cryptodebug("C_GetMechanismList failed with error " 258 rv = funcs->C_GetMechanismList(METASLOT_ID, pmech_list, 261 cryptodebug("C_GetMechanismList failed with "
|
H A D | adm_uef.c | 403 rv = prov_funcs->C_GetMechanismList(prov_slots[i], 407 "failed to call C_GetMechanismList() " 427 rv = prov_funcs->C_GetMechanismList(prov_slots[i], 431 "failed to call C_GetMechanismList() "
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 48 C_GetMechanismList,
|
H A D | kernelSlotToken.c | 223 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softGeneral.c | 54 C_GetMechanismList,
|
H A D | softSlotToken.c | 382 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
|
/illumos-gate/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)
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1253 PK11_Functions.C_GetMechanismList = C_GetMechanismList; 1394 C_GetMechanismList(CK_SLOT_ID slotID, function
|
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 5288 rv = C_GetMechanismList(slotID, NULL_PTR, &ulMechTypeCount); 5292 "C_GetMechanismList returned 0x%.8X count:%d\n", rv, 5304 rv = C_GetMechanismList(slotID, pMechTypeList, &ulMechTypeCount); 5308 "C_GetMechanismList returned 0x%.8X count:%d\n", rv,
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 5236 if ((r = id_cryptoctx->p11->C_GetMechanismList(id_cryptoctx->slotid, NULL, 5238 pkiDebug("C_GetMechanismList: %s\n", pkinit_pkcs11_code_to_text(r)); 5244 if ((r = id_cryptoctx->p11->C_GetMechanismList(id_cryptoctx->slotid,
|
Completed in 124 milliseconds