Home
last modified time | relevance | path

Searched refs:new_session (Results 1 – 16 of 16) sorted by relevance

/netbsd/sys/kern/
H A Dsubr_disk_mbr.c321 int new_session, error; in scan_iso_vrs() local
343 new_session = (ti.sessionnr != sessionnr); in scan_iso_vrs()
345 if (new_session) { in scan_iso_vrs()
/netbsd/sbin/init/
H A Dinit.c182 static session_t *new_session(session_t *, int, struct ttyent *);
1091 new_session(session_t *sprev, int session_index, struct ttyent *typ) in new_session() function
1228 if ((snext = new_session(sp, ++session_index, typ)) != NULL) in read_ttys()
1576 (void)new_session(sprev, session_index, typ); in clean_ttys()
/netbsd/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc90 bssl::UniquePtr<SSL_SESSION> new_session; member
368 GetTestState(ssl)->new_session.reset(session); in NewSessionCallback()
1198 *out_session = std::move(GetTestState(ssl.get())->new_session); in DoExchange()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_srvr.c1405 s->new_session = 1; in tls_process_client_hello()
1824 (s->new_session && in tls_early_post_process_client_hello()
H A Dextensions_clnt.c243 if (!s->new_session && s->session != NULL in tls_construct_ctos_session_ticket()
H A Dstatem_lib.c1076 s->new_session = 0; in tls_finish_handshake()
H A Dstatem_clnt.c1197 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello()
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c1396 s->new_session = 1; in tls_process_client_hello()
1783 (s->new_session && in tls_early_post_process_client_hello()
H A Dextensions_clnt.c263 if (!s->new_session && s->session != NULL in tls_construct_ctos_session_ticket()
H A Dstatem_lib.c1086 s->new_session = 0; in tls_finish_handshake()
H A Dstatem_clnt.c1188 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h1108 int new_session; member
H A Dssl_lib.c2167 s->new_session = 1; in SSL_renegotiate()
2185 s->new_session = 0; in SSL_renegotiate_abbreviated()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h1252 int new_session; member
H A Dssl_lib.c2322 s->new_session = 1; in SSL_renegotiate()
2332 s->new_session = 0; in SSL_renegotiate_abbreviated()
/netbsd/crypto/external/bsd/openssl.old/dist/
H A DCHANGES9723 To avoid this problem, we now set s->new_session to 2 instead of