Home
last modified time | relevance | path

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

/freebsd/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/secure/lib/libssl/
H A DVersion.map242 SSL_get1_session;
/freebsd/crypto/openssl/test/
H A Dtls13ccstest.c306 sess = SSL_get1_session(cssl); in test_tls13ccs()
H A Dsslapitest.c494 sess = SSL_get1_session(clientssl); in test_keylog_no_master_key()
2127 if (!TEST_ptr(sess1 = SSL_get1_session(clientssl2))) in execute_test_session()
2139 if (!TEST_ptr(sess2 = SSL_get1_session(clientssl2))) in execute_test_session()
3478 *sess = SSL_get1_session(*clientssl); in setupearly_data_test()
3641 sess = SSL_get1_session(clientssl); in test_early_data_read_write()
4699 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()
4720 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()
4756 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()
6004 sess = SSL_get1_session(clientssl); in test_custom_exts()
7528 clntsess = SSL_get1_session(clientssl); in test_info_callback()
[all …]
H A Ddtlstest.c229 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c94 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
/freebsd/crypto/openssl/util/
H A Dlibssl.num67 SSL_get1_session 68 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c1673 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
H A Dssl.h.in2071 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4032 MLINKS+= SSL_get_session.3 SSL_get1_session.3