| /src/sys/kern/ |
| subr_disk_mbr.c | 322 int new_session, error; local 344 new_session = (ti.sessionnr != sessionnr); 346 if (new_session) {
|
| /src/sbin/init/ |
| init.c | 182 static session_t *new_session(session_t *, int, struct ttyent *); 1091 new_session(session_t *sprev, int session_index, struct ttyent *typ) function 1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL) 1576 (void)new_session(sprev, session_index, typ);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| ossl_shim.cc | 90 bssl::UniquePtr<SSL_SESSION> new_session; member in struct:bssl::TestState 368 GetTestState(ssl)->new_session.reset(session); 1198 *out_session = std::move(GetTestState(ssl.get())->new_session);
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| http.c | 353 new_session(isc_mem_t *mctx, isc_tlsctx_t *tctx, function 1829 new_session(mctx, http_sock->h2->connect.tlsctx, &session); 2937 new_session(handle->sock->worker->mctx, NULL, &session);
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| extensions_clnt.c | 292 if (!s->new_session && s->session != NULL
|
| statem_srvr.c | 1526 s->new_session = 1; 1893 * request renegotiation but not a new session (s->new_session remains 1898 if (clienthello->isv2 || (s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION))) {
|
| statem_lib.c | 1477 s->new_session = 0;
|
| statem_clnt.c | 1270 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) {
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| extensions_clnt.c | 263 if (!s->new_session && s->session != NULL
|
| statem_lib.c | 1090 s->new_session = 0;
|
| statem_srvr.c | 1396 s->new_session = 1; 1777 * request renegotiation but not a new session (s->new_session remains 1783 (s->new_session &&
|
| statem_clnt.c | 1188 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) {
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| extensions_clnt.c | 243 if (!s->new_session && s->session != NULL
|
| statem_lib.c | 1076 s->new_session = 0;
|
| statem_srvr.c | 1405 s->new_session = 1; 1818 * request renegotiation but not a new session (s->new_session remains 1824 (s->new_session &&
|
| statem_clnt.c | 1197 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) {
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_local.h | 1289 int new_session; member in struct:ssl_connection_st
|
| ssl_lib.c | 2885 sc->new_session = 1; 2900 sc->new_session = 0;
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_local.h | 1252 int new_session; member in struct:ssl_st
|
| ssl_lib.c | 2341 s->new_session = 1; 2351 s->new_session = 0;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_local.h | 1108 int new_session; member in struct:ssl_st
|
| ssl_lib.c | 2167 s->new_session = 1; 2185 s->new_session = 0;
|