Searched refs:C_GetMechanismList (Results 1 – 18 of 18) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11SlotToken.c | 582 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in C_GetMechanismList() function 601 return (fast_funcs->C_GetMechanismList(slotID, in C_GetMechanismList() 643 rv = prov_funcs->C_GetMechanismList(true_id, in C_GetMechanismList() 658 rv = prov_funcs->C_GetMechanismList(true_id, in C_GetMechanismList()
|
H A D | metaMechManager.c | 349 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL, in meta_mechManager_update_slot() 363 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, in meta_mechManager_update_slot()
|
H A D | mapfile-vers | 78 C_GetMechanismList;
|
H A D | pkcs11General.c | 50 C_GetMechanismList,
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_metaslot.c | 241 rv = funcs->C_GetMechanismList(METASLOT_ID, NULL_PTR, in list_metaslot_info() 258 rv = funcs->C_GetMechanismList(METASLOT_ID, pmech_list, in list_metaslot_info()
|
H A D | adm_uef.c | 403 rv = prov_funcs->C_GetMechanismList(prov_slots[i], in list_mechlist_for_lib() 427 rv = prov_funcs->C_GetMechanismList(prov_slots[i], in list_mechlist_for_lib()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | mapfile-vers | 78 C_GetMechanismList;
|
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, in C_GetMechanismList() function
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | mapfile-vers | 78 C_GetMechanismList;
|
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, in C_GetMechanismList() function
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mapfile-vers | 75 C_GetMechanismList;
|
H A D | api_interface.c | 1253 PK11_Functions.C_GetMechanismList = C_GetMechanismList; in C_GetFunctionList() 1394 C_GetMechanismList(CK_SLOT_ID slotID, in C_GetMechanismList() function
|
/titanic_41/usr/src/lib/pkcs11/libkcfd/common/ |
H A D | mapfile-vers | 183 C_GetMechanismList {
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 105 CK_PKCS11_FUNCTION_INFO(C_GetMechanismList)
|
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 5288 rv = C_GetMechanismList(slotID, NULL_PTR, &ulMechTypeCount); 5304 rv = C_GetMechanismList(slotID, pMechTypeList, &ulMechTypeCount);
|
/titanic_41/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, 5244 if ((r = id_cryptoctx->p11->C_GetMechanismList(id_cryptoctx->slotid,
|