Searched refs:pMechanismList (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c223 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, argument
245 if (pMechanismList != NULL) {
343 if (pMechanismList != NULL && rv == CKR_OK &&
345 pMechanismList[count] = type;
352 if (pMechanismList != NULL && (count > specified_count))
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c238 meta_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, argument
250 rv = meta_mechManager_get_mechs(pMechanismList, pulCount);
252 if ((rv == CKR_BUFFER_TOO_SMALL) && (pMechanismList == NULL)) {
254 * if pMechanismList is not provided, just need to
H A Dpkcs11SlotToken.c564 * both pulCount and pMechanismList. Only when the fastpath with
574 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, argument
593 pMechanismList, pulCount));
596 return (meta_GetMechanismList(METASLOT_SLOTID, pMechanismList,
681 * Only set pMechanismList if enough memory
686 if (pMechanismList && (*pulCount > mech_count)) {
687 pMechanismList[mech_count] = pmech_list[i];
693 * Catch the case where pMechanismList was not set to NULL,
694 * yet the buffer was not large enough. If pMechanismList is
698 if ((*pulCount < mech_count) && (pMechanismList !
[all...]
H A DmetaGlobal.h712 CK_MECHANISM_TYPE_PTR pMechanismList, CK_ULONG_PTR pulCount);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSlotToken.c188 CK_MECHANISM_TYPE_PTR pMechanismList,
210 if (pMechanismList == NULL) {
219 pMechanismList[i] = kms_mechanisms[i];
187 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, CK_ULONG_PTR pulCount) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c519 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, argument
534 if (pMechanismList == NULL) {
549 pMechanismList[i] = soft_mechanisms[i];
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1396 CK_MECHANISM_TYPE_PTR pMechanismList,
1412 pMechanismList, pulCount);
1417 if (pMechanismList) {
1421 i, pMechanismList[i]);
1395 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, CK_ULONG_PTR pulCount) argument
H A Dtpmtok_int.h1290 (CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList,
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h109 CK_MECHANISM_TYPE_PTR pMechanismList, /* gets mech. array */

Completed in 32 milliseconds