Searched refs:new_sess (Results 1 – 3 of 3) sorted by relevance
3421 SSL_SESSION *new_sess = NULL; in tls_process_client_certificate() local3543 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()3549 s->session = new_sess; in tls_process_client_certificate()3928 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket() local3930 if (new_sess == NULL) { in tls_construct_new_session_ticket()3936 s->session = new_sess; in tls_construct_new_session_ticket()
1840 SSL_SESSION *new_sess; in tls_parse_stoc_key_share() local1842 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()1847 s->session = new_sess; in tls_parse_stoc_key_share()
2493 SSL_SESSION *new_sess; in tls_process_new_session_ticket() local2499 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()2515 s->session = new_sess; in tls_process_new_session_ticket()