Searched refs:ssl_session_dup (Results 1 – 6 of 6) sorted by relevance
3551 if ((new_sess = ssl_session_dup(sc->session, 0)) == NULL) { in tls_process_client_rpk()3746 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()4196 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket()
1121 SSL_SESSION *sesstmp = ssl_session_dup(sess, 0); in tls_parse_ctos_psk()
1911 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()
2733 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()
280 SSL_SESSION *ssl_session_dup(const SSL_SESSION *src, int ticket) in ssl_session_dup() function
2504 __owur SSL_SESSION *ssl_session_dup(const SSL_SESSION *src, int ticket);
Completed in 48 milliseconds