Searched refs:SSL_get_session (Results 1 – 9 of 9) sorted by relevance
591 SSL_set_session(serverCon,SSL_get_session(scon)); in doConnection()
1319 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con)); in MAIN()1837 SSL_SESSION_print(bio,SSL_get_session(s)); in print_stuff()
2238 PEM_write_bio_SSL_SESSION(bio_s_out,SSL_get_session(con)); in init_ssl_connection()2513 SSL_SESSION_print(io,SSL_get_session(con)); in www_body()
150 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
1775 #define SSL_get0_session SSL_get_session /* just peek at pointer */1776 SSL_SESSION *SSL_get_session(const SSL *ssl);
859 SSL_set_session(t,SSL_get_session(f)); in SSL_copy_session_id()
757 SSL_SESSION* session = SSL_get_session(ssl_); in DoHandshake()
187 SSL_SESSION_print(bio,SSL_get_session(s));