Searched refs:SSL_get_session (Results 1 – 7 of 7) sorted by relevance
591 SSL_set_session(serverCon,SSL_get_session(scon)); in doConnection()
1252 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con)); in MAIN()1758 SSL_SESSION_print(bio,SSL_get_session(s)); in print_stuff()
2183 PEM_write_bio_SSL_SESSION(bio_s_out,SSL_get_session(con)); in init_ssl_connection()2451 SSL_SESSION_print(io,SSL_get_session(con)); in www_body()
1716 #define SSL_get0_session SSL_get_session /* just peek at pointer */1717 SSL_SESSION *SSL_get_session(const SSL *ssl);
150 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
851 SSL_set_session(t,SSL_get_session(f)); in SSL_copy_session_id()