Searched refs:pSlotList (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c2960 CK_SLOT_ID_PTR pSlotList = NULL_PTR; local
2990 pSlotList = OPENSSL_malloc(ulSlotCount * sizeof (CK_SLOT_ID));
2992 if (pSlotList == NULL) {
2998 rv = pFuncList->C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);
3001 OPENSSL_free(pSlotList);
3008 pubkey_SLOTID = pSlotList[0];
3010 current_slot = pSlotList[i];
3048 if (pSlotList != NULL) {
3049 OPENSSL_free(pSlotList);
/solaris-userland/components/coolkey/test/
H A Dtest.c102 CK_RV (*C_GetSlotList)(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, CK_ULONG_PTR pulCount) = NULL;

Completed in 20 milliseconds