Searched refs:new_session (Results 1 – 12 of 12) sorted by relevance
| /freebsd/usr.sbin/bsdinstall/runconsoles/ |
| H A D | child.c | 221 child_leader_run(const char *name, int fd, bool new_session, const char **argv, in child_leader_run() argument 288 if (new_session) { in child_leader_run() 327 if (new_session) { in child_leader_run()
|
| H A D | child.h | 28 void child_leader_run(const char *name, int fd, bool new_session,
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_srv.c | 632 krb5_keyblock *new_session = NULL; in return_pkinit_kx() local 649 &new_session); in return_pkinit_kx() 677 *session = *new_session; in return_pkinit_kx() 678 new_session->contents = NULL; in return_pkinit_kx() 681 krb5_free_keyblock(context, new_session); in return_pkinit_kx()
|
| /freebsd/sbin/init/ |
| H A D | init.c | 163 static session_t *new_session(session_t *, struct ttyent *); 1304 new_session(session_t *sprev, struct ttyent *typ) in new_session() function 1418 if ((snext = new_session(sp, typ)) != NULL) in read_ttys() 1822 new_session(sprev, typ); in clean_ttys()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | deliver.c | 2677 bool dane_old, dane_new, new_session; local 2684 new_session = (dane_old != dane_new); 2686 if (dane_old && new_session) 2689 new_session = NULL == vrfy || strcmp("TRUSTED", vrfy) != 0; 2694 dane_new, new_session, vrfy); 2695 if (new_session)
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_srvr.c | 1526 s->new_session = 1; in tls_process_client_hello() 1898 …if (clienthello->isv2 || (s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTI… in tls_early_post_process_client_hello()
|
| H A D | extensions_clnt.c | 292 if (!s->new_session && s->session != NULL in tls_construct_ctos_session_ticket()
|
| H A D | statem_lib.c | 1477 s->new_session = 0; in tls_finish_handshake()
|
| H A D | statem_clnt.c | 1270 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1289 int new_session; member
|
| H A D | ssl_lib.c | 2885 sc->new_session = 1; in SSL_renegotiate() 2900 sc->new_session = 0; in SSL_renegotiate_abbreviated()
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 16728 To avoid this problem, we now set s->new_session to 2 instead of
|