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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c3026 CK_ULONG ulSlotCount = 0; local
3047 rv = pFuncList->C_GetSlotList(CK_FALSE, NULL_PTR, &ulSlotCount);
3056 if (ulSlotCount == 0)
3062 pSlotList = OPENSSL_malloc(ulSlotCount * sizeof (CK_SLOT_ID));
3071 rv = pFuncList->C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);
3080 DEBUG_SLOT_SEL("%s: number of slots: %d\n", PK11_DBG, ulSlotCount);
3083 for (i = 0; i < ulSlotCount; i++)
3109 for (i = 0; i < ulSlotCount; i++)
3227 for (i = 0; i < ulSlotCount; i++)
3476 CK_ULONG ulSlotCount local
[all...]

Completed in 21 milliseconds