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

/freebsd-13-stable/crypto/openssh/
H A Dsession.h69 int session_open(Authctxt *, int);
H A Dserverloop.c614 if (session_open(the_authctxt, c->self) != 1) {
H A Dsession.c1836 session_open(Authctxt *authctxt, int chanid) function
1839 debug("session_open: channel %d", chanid);
1848 debug("session_open: session %d: link with channel %d", s->self, chanid);
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.h92 bthid_session_p session_open (bthid_server_p srv, hid_device_p const d);
H A Dclient.c90 if ((s = session_open(srv, d)) == NULL) {
H A Dsession.c58 session_open(bthid_server_p srv, hid_device_p const d) function
H A Dserver.c260 if ((s = session_open(srv, d)) == NULL) {
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h383 int (*session_open)(crypto_provider_handle_t, crypto_session_id_t *, member in struct:crypto_session_ops
H A Dimpl.h999 KCF_PROV_SESSION_OPS(ops_pd)->session_open) ? \
1000 KCF_PROV_SESSION_OPS(ops_pd)->session_open((pd)->pd_prov_handle, \

Completed in 188 milliseconds