Symbol: new_session
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
632
krb5_keyblock *new_session = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
649
&new_session);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
677
*session = *new_session;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
678
new_session->contents = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
681
krb5_free_keyblock(context, new_session);
crypto/openssl/ssl/ssl_lib.c
2885
sc->new_session = 1;
crypto/openssl/ssl/ssl_lib.c
2900
sc->new_session = 0;
crypto/openssl/ssl/ssl_local.h
1289
int new_session;
crypto/openssl/ssl/statem/extensions_clnt.c
292
if (!s->new_session && s->session != NULL
crypto/openssl/ssl/statem/statem_clnt.c
1270
if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) {
crypto/openssl/ssl/statem/statem_lib.c
1477
s->new_session = 0;
crypto/openssl/ssl/statem/statem_srvr.c
1526
s->new_session = 1;
crypto/openssl/ssl/statem/statem_srvr.c
1898
if (clienthello->isv2 || (s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION))) {
sbin/init/init.c
1487
if ((snext = new_session(sp, typ)) != NULL)
sbin/init/init.c
165
static session_t *new_session(session_t *, struct ttyent *);
sbin/init/init.c
1891
new_session(sprev, typ);
usr.sbin/bsdinstall/runconsoles/child.c
221
child_leader_run(const char *name, int fd, bool new_session, const char **argv,
usr.sbin/bsdinstall/runconsoles/child.c
288
if (new_session) {
usr.sbin/bsdinstall/runconsoles/child.c
327
if (new_session) {
usr.sbin/bsdinstall/runconsoles/child.h
28
void child_leader_run(const char *name, int fd, bool new_session,