Home
last modified time | relevance | path

Searched refs:SSL_get_session (Results 1 – 7 of 7) sorted by relevance

/external/openssl/apps/
Ds_time.c591 SSL_set_session(serverCon,SSL_get_session(scon)); in doConnection()
Ds_client.c1252 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con)); in MAIN()
1758 SSL_SESSION_print(bio,SSL_get_session(s)); in print_stuff()
Ds_server.c2183 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()
/external/openssl/ssl/
Dssl.h1716 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1717 SSL_SESSION *SSL_get_session(const SSL *ssl);
Dssl_sess.c150 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
Dssl_lib.c851 SSL_set_session(t,SSL_get_session(f)); in SSL_copy_session_id()
/external/openssl/include/openssl/
Dssl.h1716 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1717 SSL_SESSION *SSL_get_session(const SSL *ssl);