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

/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_time.c705 SSL_set_session(serverCon, SSL_get_session(scon));
H A Ds_client.c1035 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
1504 SSL_SESSION_print(bio, SSL_get_session(s));
H A Ds_server.c1946 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
2197 SSL_SESSION_print(io, SSL_get_session(con));
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl.h1676 # define SSL_get0_session SSL_get_session/* just peek at pointer */
1677 SSL_SESSION *SSL_get_session(const SSL *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_lib.c806 SSL_set_session(t, SSL_get_session(f));

Completed in 175 milliseconds