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

/freebsd-10.0-release/crypto/openssh/
H A Dssh-pkcs11.c56 struct pkcs11_slotinfo *slotinfo; member in struct:pkcs11_provider
100 if (p->slotinfo[i].session &&
102 p->slotinfo[i].session)) != CKR_OK)
124 free(p->slotinfo);
201 session = p->slotinfo[slotidx].session;
255 si = &k11->provider->slotinfo[k11->slotidx];
357 login_required = p->slotinfo[slotidx].token.flags & CKF_LOGIN_REQUIRED;
376 p->slotinfo[slotidx].logged_in = 1;
378 p->slotinfo[slotidx].session = session;
414 session = p->slotinfo[slotid
[all...]
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_emul.c73 static struct slotinfo { struct
1008 struct slotinfo *si;

Completed in 76 milliseconds