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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c2961 CK_ULONG ulSlotCount = 0; local
2978 rv = pFuncList->C_GetSlotList(CK_FALSE, NULL_PTR, &ulSlotCount);
2985 if (ulSlotCount == 0) {
2990 pSlotList = OPENSSL_malloc(ulSlotCount * sizeof (CK_SLOT_ID));
2998 rv = pFuncList->C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);
3006 DEBUG_SLOT_SEL("%s: number of slots: %d\n", PK11_DBG, ulSlotCount);
3009 for (i = 0; i < ulSlotCount; i++) {

Completed in 24 milliseconds