Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsession.h69 int session_open(Authctxt *, int);
H A Dserverloop.c613 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()
H A Dsession.c1822 session_open(Authctxt *authctxt, int chanid) in session_open() function
/freebsd-13.1/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) { in client_rescan()
H A Dsession.c58 session_open(bthid_server_p srv, hid_device_p const d) in session_open() function
H A Dserver.c260 if ((s = session_open(srv, d)) == NULL) { in server_accept()
/freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h383 int (*session_open)(crypto_provider_handle_t, crypto_session_id_t *, member
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, \