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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c569 * 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 DmetaMechManager.c141 * 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 Dpkcs11General.c50 C_GetMechanismList,
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c241 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 Dadm_uef.c403 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 DkernelGeneral.c48 C_GetMechanismList,
H A DkernelSlotToken.c223 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c54 C_GetMechanismList,
H A DsoftSlotToken.c382 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, function
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h103 /* 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 Dapi_interface.c1253 PK11_Functions.C_GetMechanismList = C_GetMechanismList;
1394 C_GetMechanismList(CK_SLOT_ID slotID, function
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c5288 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 Dpkinit_crypto_openssl.c5236 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 87 milliseconds