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/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c
66
CK_SLOT_ID *
slotlist
;
member in struct:pkcs11_provider
143
free(p->
slotlist
);
819
if ((rv = f->C_OpenSession(p->
slotlist
[slotidx], CKF_RW_SESSION|
1909
p->
slotlist
= xcalloc(p->nslots, sizeof(CK_SLOT_ID));
1910
if ((rv = f->C_GetSlotList(CK_TRUE, p->
slotlist
, &p->nslots))
1921
if ((rv = f->C_GetTokenInfo(p->
slotlist
[i], token))
1981
free(p->
slotlist
);
Completed in 39 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026