Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_get_session.pod5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data
13 SSL_SESSION *SSL_get1_session(SSL *ssl);
23 SSL_get1_session() is the same as SSL_get_session(), but the reference
70 If the data is to be kept, SSL_get1_session() will increment the reference
H A DSSL_SESSION_free.pod54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map243 SSL_get1_session;
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_sess.c38 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1994 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2794 MLINKS+= SSL_get_session.3 SSL_get1_session.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES11766 *) SSL_get1_session() is like SSL_get_session(), but increments