Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_get_session.pod13 SSL_SESSION *SSL_get1_session(SSL *ssl);
23 SSL_get1_session() is the same as SSL_get_session(), but the reference
39 If the data is to be kept, SSL_get1_session() will increment the reference
HDSSL_SESSION_free.pod38 by calling SSL_get1_session(), see L<SSL_get_session(3)|SSL_get_session(3)>)
/NextBSD/crypto/openssl/util/
HDssleay.num193 SSL_get1_session 242 EXIST::FUNCTION:
/NextBSD/crypto/openssl/ssl/
HDssl_sess.c156 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
HDssl.h2446 SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/NextBSD/crypto/openssl/
HDCHANGES8954 *) SSL_get1_session() is like SSL_get_session(), but increments