Searched defs:pSlotList (Results 1 - 1 of 1) 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);

Completed in 1733 milliseconds