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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c3025 CK_SLOT_ID_PTR pSlotList = NULL_PTR; local
3062 pSlotList = OPENSSL_malloc(ulSlotCount * sizeof (CK_SLOT_ID));
3064 if (pSlotList == NULL)
3071 rv = pFuncList->C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);
3075 OPENSSL_free(pSlotList);
3085 current_slot = pSlotList[i];
3108 pubkey_SLOTID = pSlotList[0];
3114 current_slot = pSlotList[i];
3226 SLOTID = pSlotList[0];
3231 current_slot = pSlotList[
3479 CK_SLOT_ID_PTR pSlotList = NULL_PTR; local
[all...]

Completed in 20 milliseconds