Home
last modified time | relevance | path

Searched refs:SSL_get1_session (Results 1 - 25 of 67) sorted by relevance

123

/third_party/openssl/test/
H A Dsslapitest.c494 sess = SSL_get1_session(clientssl); in test_keylog_no_master_key()
870 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_ccs_change_cipher()
2068 || !TEST_ptr(sess1 = SSL_get1_session(clientssl1))) in execute_test_session()
2111 if (!TEST_ptr(sess1 = SSL_get1_session(clientssl2))) in execute_test_session()
2123 if (!TEST_ptr(sess2 = SSL_get1_session(clientssl2))) in execute_test_session()
2218 || !TEST_ptr(sess1 = SSL_get1_session(clientssl1)) in execute_test_session()
2219 || !TEST_ptr(sess2 = SSL_get1_session(serverssl1))) in execute_test_session()
3461 *sess = SSL_get1_session(*clientssl); in setupearly_data_test()
3624 sess = SSL_get1_session(clientssl); in test_early_data_read_write()
4682 clntsess = SSL_get1_session(clientss in test_ciphersuite_change()
[all...]
H A Dtls13ccstest.c306 sess = SSL_get1_session(cssl); in test_tls13ccs()
H A Ddtlstest.c229 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
/third_party/curl/lib/
H A Dsetup-vms.h290 #define SSL_get1_session SSL_GET1_SESSION macro
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-session.c325 sess = SSL_get1_session(tls->ssl); in lws_sess_cache_synth_cb()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_sess.c80 * SSL_get_session() and SSL_get1_session() are problematic in TLS1.3 because,
94 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
/third_party/openssl/ssl/
H A Dssl_sess.c95 * SSL_get_session() and SSL_get1_session() are problematic in TLS1.3 because,
109 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
/third_party/openssl/test/helpers/
H A Dhandshake.c1673 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1990 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h2143 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */

Completed in 105 milliseconds

123