Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
DSSL_SESSION_free.pod54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
/third_party/openssl/test/
Dsslapitest.c493 sess = SSL_get1_session(clientssl); in test_keylog_no_master_key()
869 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_ccs_change_cipher()
1904 || !TEST_ptr(sess1 = SSL_get1_session(clientssl1))) in execute_test_session()
1947 if (!TEST_ptr(sess1 = SSL_get1_session(clientssl2))) in execute_test_session()
1959 if (!TEST_ptr(sess2 = SSL_get1_session(clientssl2))) in execute_test_session()
2054 || !TEST_ptr(sess1 = SSL_get1_session(clientssl1)) in execute_test_session()
2055 || !TEST_ptr(sess2 = SSL_get1_session(serverssl1))) in execute_test_session()
3285 *sess = SSL_get1_session(*clientssl); in setupearly_data_test()
3447 sess = SSL_get1_session(clientssl); in test_early_data_read_write()
4453 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()
[all …]
Dtls13ccstest.c306 sess = SSL_get1_session(cssl); in test_tls13ccs()
Ddtlstest.c229 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c320 sess = SSL_get1_session(tls->ssl); in lws_sess_cache_synth_cb()
/third_party/openssl/ssl/
Dssl_sess.c94 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
/third_party/openssl/util/
Dlibssl.num67 SSL_get1_session 68 3_0_0 EXIST::FUNCTION:
/third_party/openssl/test/helpers/
Dhandshake.c1673 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1990 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/python/Modules/
D_ssl.c2803 session = SSL_get1_session(self->ssl); in PySSL_get_session()
/third_party/openssl/include/openssl/
Dssl.h.in2071 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/openssl/
DCHANGES.md17197 * SSL_get1_session() is like SSL_get_session(), but increments