Home
last modified time | relevance | path

Searched refs:new_sess (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c3559 SSL_SESSION *new_sess = NULL; in tls_process_client_rpk() local
3591 if ((new_sess = ssl_session_dup(sc->session, 0)) == NULL) { in tls_process_client_rpk()
3597 sc->session = new_sess; in tls_process_client_rpk()
3652 SSL_SESSION *new_sess = NULL; in tls_process_client_certificate() local
3785 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()
3791 s->session = new_sess; in tls_process_client_certificate()
4238 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket() local
4240 if (new_sess == NULL) { in tls_construct_new_session_ticket()
4246 s->session = new_sess; in tls_construct_new_session_ticket()
H A Dextensions_clnt.c1979 SSL_SESSION *new_sess; in tls_parse_stoc_key_share() local
1981 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()
1986 s->session = new_sess; in tls_parse_stoc_key_share()
H A Dstatem_clnt.c2766 SSL_SESSION *new_sess; in tls_process_new_session_ticket() local
2772 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()
2788 s->session = new_sess; in tls_process_new_session_ticket()