Searched refs:pMechanismList (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSlotToken.c | 223 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in C_GetMechanismList() argument 245 if (pMechanismList != NULL) { in C_GetMechanismList() 343 if (pMechanismList != NULL && rv == CKR_OK && in C_GetMechanismList() 345 pMechanismList[count] = type; in C_GetMechanismList() 352 if (pMechanismList != NULL && (count > specified_count)) in C_GetMechanismList()
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSlotToken.c | 241 meta_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in meta_GetMechanismList() argument 253 rv = meta_mechManager_get_mechs(pMechanismList, pulCount); in meta_GetMechanismList() 255 if ((rv == CKR_BUFFER_TOO_SMALL) && (pMechanismList == NULL)) { in meta_GetMechanismList()
|
H A D | pkcs11SlotToken.c | 582 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in C_GetMechanismList() argument 602 pMechanismList, pulCount)); in C_GetMechanismList() 605 return (meta_GetMechanismList(METASLOT_SLOTID, pMechanismList, in C_GetMechanismList() 696 if (pMechanismList && (*pulCount > mech_count)) { in C_GetMechanismList() 697 pMechanismList[mech_count] = pmech_list[i]; in C_GetMechanismList() 708 if ((*pulCount < mech_count) && (pMechanismList != NULL)) { in C_GetMechanismList()
|
H A D | metaGlobal.h | 708 CK_MECHANISM_TYPE_PTR pMechanismList, CK_ULONG_PTR pulCount);
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSlotToken.c | 382 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in C_GetMechanismList() argument 397 if (pMechanismList == NULL) { in C_GetMechanismList() 412 pMechanismList[i] = soft_mechanisms[i]; in C_GetMechanismList()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1395 CK_MECHANISM_TYPE_PTR pMechanismList, in C_GetMechanismList() argument 1411 pMechanismList, pulCount); in C_GetMechanismList() 1416 if (pMechanismList) { in C_GetMechanismList() 1420 i, pMechanismList[i]); in C_GetMechanismList()
|
H A D | tpmtok_int.h | 1290 (CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList,
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 109 CK_MECHANISM_TYPE_PTR pMechanismList, /* gets mech. array */
|