OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slotList
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c
497
CK_SLOT_ID_PTR
slotList
;
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 55 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026