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

/bind-9.11.3/lib/isc/
H A Dpk11.c584 CK_SLOT_ID_PTR slotList; local
596 slotList = pk11_mem_get(sizeof(CK_SLOT_ID_PTR) * slotCount);
597 RUNTIME_CHECK(slotList != NULL);
598 PK11_FATALCHECK(pkcs_C_GetSlotList, (CK_FALSE, slotList, &slotCount));
601 slot = slotList[i];
920 if (slotList != NULL)
921 pk11_mem_put(slotList, sizeof(CK_SLOT_ID_PTR) * slotCount);

Completed in 13 milliseconds