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

/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dsession.h71 int session_open(Authctxt *, int);
/opensolaris-onvv-gate/usr/src/uts/common/crypto/api/
H A Dkcf_session.c53 CRYPTO_SESSION_OFFSET(session_open), pd, &real_provider);
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsession.c80 static int session_internal_error = FALSE; /* only used bu session_open() */
91 static Session *session_open(Address *address, SNMP_pdu *pdu);
383 session = session_open(&address, pdu);
388 error("session_open() failed for a pdu received from %s",
442 static Session *session_open(Address *address, SNMP_pdu *pdu) function
946 * new session(session_open) for next state. the pdu
1077 session_open(&address,three_phase.origin_pdu);
1159 session_open(&address,three_phase.cur_pdu);
1471 be processed later in the session_open call */
/opensolaris-onvv-gate/usr/src/uts/common/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.h1050 KCF_PROV_SESSION_OPS(ops_pd)->session_open) ? \
1051 KCF_PROV_SESSION_OPS(ops_pd)->session_open((pd)->pd_prov_handle, \
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1096 if (session_open(xxx_authctxt, c->self) != 1) {
H A Dsession.c1572 session_open(Authctxt *authctxt, int chanid) function
1575 debug("session_open: channel %d", chanid);
1584 debug("session_open: session %d: link with channel %d", s->self, chanid);
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c751 if (session_ops->session_open != NULL)
1732 CRYPTO_SESSION_OFFSET(session_open), pd, &real_provider);

Completed in 169 milliseconds