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

/external/openssl/apps/
H A Ds_time.c694 SSL_set_session(serverCon,SSL_get_session(scon));
H A Ds_client.c1084 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1558 SSL_SESSION_print(bio,SSL_get_session(s));
H A Ds_server.c2004 PEM_write_bio_SSL_SESSION(bio_s_out,SSL_get_session(con));
2273 SSL_SESSION_print(io,SSL_get_session(con));
/external/openssl/ssl/
H A Dssl_sess.c71 SSL_SESSION *SSL_get_session(const SSL *ssl) function
78 /* variant of SSL_get_session: caller really gets something */
H A Dssl.h1579 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1580 SSL_SESSION *SSL_get_session(const SSL *ssl);
H A Dssl_lib.c796 SSL_set_session(t,SSL_get_session(f));
/external/openssl/include/openssl/
H A Dssl.h1579 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1580 SSL_SESSION *SSL_get_session(const SSL *ssl);

Completed in 103 milliseconds