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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c497 CK_SLOT_ID_PTR slotList; local
510 slotList = pk11_mem_get(sizeof(CK_SLOT_ID) * slotCount);
511 PK11_FATALCHECK(pkcs_C_GetSlotList, (CK_FALSE, slotList, &slotCount));
514 slot = slotList[i];
636 if (slotList != NULL) {
637 pk11_mem_put(slotList, sizeof(CK_SLOT_ID) * slotCount);

Completed in 113 milliseconds