Home
last modified time | relevance | path

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

/external/openssl/apps/
Ds_time.c591 SSL_set_session(serverCon,SSL_get_session(scon)); in doConnection()
Ds_client.c1319 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con)); in MAIN()
1837 SSL_SESSION_print(bio,SSL_get_session(s)); in print_stuff()
Ds_server.c2238 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()
/external/openssl/ssl/
Dssl_sess.c150 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
Dssl.h1775 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1776 SSL_SESSION *SSL_get_session(const SSL *ssl);
Dssl_lib.c859 SSL_set_session(t,SSL_get_session(f)); in SSL_copy_session_id()
/external/openssl/include/openssl/
Dssl.h1775 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1776 SSL_SESSION *SSL_get_session(const SSL *ssl);
/external/chromium/net/socket/
Dssl_client_socket_openssl.cc757 SSL_SESSION* session = SSL_get_session(ssl_); in DoHandshake()
/external/openssl/patches/
Dnpn.patch187 SSL_SESSION_print(bio,SSL_get_session(s));