Searched refs:ssl_session_dup (Results 1 – 6 of 6) sorted by relevance
310 SSL_SESSION *ssl_session_dup(const SSL_SESSION *src, int ticket) in ssl_session_dup() function
2391 __owur SSL_SESSION *ssl_session_dup(const SSL_SESSION *src, int ticket);
3543 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate() 3928 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket()
1082 SSL_SESSION *sesstmp = ssl_session_dup(sess, 0); in tls_parse_ctos_psk()
1842 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()
2499 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()