Searched refs:new_sess (Results 1 – 3 of 3) sorted by relevance
3519 SSL_SESSION *new_sess = NULL; in tls_process_client_rpk() local3551 if ((new_sess = ssl_session_dup(sc->session, 0)) == NULL) { in tls_process_client_rpk()3557 sc->session = new_sess; in tls_process_client_rpk()3612 SSL_SESSION *new_sess = NULL; in tls_process_client_certificate() local3746 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()3752 s->session = new_sess; in tls_process_client_certificate()4196 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket() local4198 if (new_sess == NULL) { in tls_construct_new_session_ticket()4204 s->session = new_sess; in tls_construct_new_session_ticket()
1909 SSL_SESSION *new_sess; in tls_parse_stoc_key_share() local1911 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()1916 s->session = new_sess; in tls_parse_stoc_key_share()
2727 SSL_SESSION *new_sess; in tls_process_new_session_ticket() local2733 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()2749 s->session = new_sess; in tls_process_new_session_ticket()
Completed in 24 milliseconds