Searched refs:new_sess (Results 1 – 3 of 3) sorted by relevance
3572 SSL_SESSION *new_sess = NULL; in tls_process_client_rpk() local3604 if ((new_sess = ssl_session_dup(sc->session, 0)) == NULL) { in tls_process_client_rpk()3610 sc->session = new_sess; in tls_process_client_rpk()3665 SSL_SESSION *new_sess = NULL; in tls_process_client_certificate() local3798 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()3804 s->session = new_sess; in tls_process_client_certificate()4253 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket() local4255 if (new_sess == NULL) { in tls_construct_new_session_ticket()4261 s->session = new_sess; in tls_construct_new_session_ticket()
1979 SSL_SESSION *new_sess; in tls_parse_stoc_key_share() local1981 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()
2768 SSL_SESSION *new_sess; in tls_process_new_session_ticket() local2774 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()2790 s->session = new_sess; in tls_process_new_session_ticket()