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

/openbsd-current/lib/libssl/man/
H A DMakefile96 SSL_get_session.3 \
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c243 session = SSL_get_session(ssl);
245 err_ssl(1, "SSL_get_session");
H A Dserver.c280 session = SSL_get_session(ssl);
282 err_ssl(1, "SSL_get_session");
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h324 LSSL_USED(SSL_get_session); variable
/openbsd-current/lib/libssl/
H A Dssl_sess.c149 SSL_get_session(const SSL *ssl) function
153 LSSL_ALIAS(SSL_get_session); variable
155 /* variant of SSL_get_session: caller really gets something */
H A Dssl.h1398 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1399 SSL_SESSION *SSL_get_session(const SSL *ssl);
H A Dssl_lib.c964 if (!SSL_set_session(t, SSL_get_session(f)))
/openbsd-current/usr.bin/openssl/
H A Ds_client.c1301 SSL_get_session(con));
1762 SSL_SESSION_print(bio, SSL_get_session(s));
H A Ds_server.c1822 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
2046 SSL_SESSION_print(io, SSL_get_session(con));

Completed in 223 milliseconds