Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Dchild.c221 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 Dchild.h28 void child_leader_run(const char *name, int fd, bool new_session,
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_srv.c632 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 Dinit.c163 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 Ddeliver.c2677 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 Dstatem_srvr.c1526 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 Dextensions_clnt.c292 if (!s->new_session && s->session != NULL in tls_construct_ctos_session_ticket()
H A Dstatem_lib.c1477 s->new_session = 0; in tls_finish_handshake()
H A Dstatem_clnt.c1270 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1289 int new_session; member
H A Dssl_lib.c2885 sc->new_session = 1; in SSL_renegotiate()
2900 sc->new_session = 0; in SSL_renegotiate_abbreviated()
/freebsd/crypto/openssl/
H A DCHANGES.md16728 To avoid this problem, we now set s->new_session to 2 instead of