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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c498 CK_ULONG slotCount; local
503 slotCount = 0;
504 PK11_FATALCHECK(pkcs_C_GetSlotList, (CK_FALSE, NULL_PTR, &slotCount));
505 PK11_TRACE1("slotCount=%lu\n", slotCount);
507 if (slotCount == 0) {
510 slotList = pk11_mem_get(sizeof(CK_SLOT_ID) * slotCount);
511 PK11_FATALCHECK(pkcs_C_GetSlotList, (CK_FALSE, slotList, &slotCount));
513 for (i = 0; i < slotCount; i++) {
637 pk11_mem_put(slotList, sizeof(CK_SLOT_ID) * slotCount);
[all...]

Completed in 93 milliseconds