Searched refs:ssl_session_dup (Results 1 – 6 of 6) sorted by relevance
3570 if ((new_sess = ssl_session_dup(sc->session, 0)) == NULL) { in tls_process_client_rpk()3765 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()4215 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket()
1403 SSL_SESSION *sesstmp = ssl_session_dup(sess, 0); in tls_parse_ctos_psk()
1979 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()
2769 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()
281 SSL_SESSION *ssl_session_dup(const SSL_SESSION *src, int ticket) in ssl_session_dup() function
2551 __owur SSL_SESSION *ssl_session_dup(const SSL_SESSION *src, int ticket);