Home
last modified time | relevance | path

Searched refs:SSL_get_session (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/nghttp2/src/
H A Dtls.cc103 auto session = SSL_get_session(ssl); in get_tls_session_info()
H A Dshrpx_mruby_module_env.cc398 auto session = SSL_get_session(ssl); in env_get_tls_session_id()
H A Dshrpx_log.cc723 auto session = SSL_get_session(lgsp.ssl); in upstream_accesslog()
/third_party/curl/lib/
H A Dsetup-vms.h297 #define SSL_get_session SSL_GET_SESSION macro
/third_party/openssl/test/
H A Dsslapitest.c408 SSL_get_session(clientssl), &expected))) in test_keylog()
413 SSL_get_session(serverssl), &expected))) in test_keylog()
487 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key()
489 SSL_get_session(serverssl), in test_keylog_no_master_key()
526 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key()
528 SSL_get_session(serverssl), in test_keylog_no_master_key()
2141 if (!TEST_ptr_eq(SSL_get_session(clientssl2), sess1)) in execute_test_session()
7788 return SSL_SESSION_set1_ticket_appdata(SSL_get_session(s), appdata, in gen_tick_cb()
8195 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8200 || !TEST_ptr_ne(sess = SSL_get_session(clientss in test_shutdown()
[all...]
H A Dssl_old_test.c1855 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) { in main()
1861 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) { in main()
/third_party/openssl/test/helpers/
H A Dhandshake.c452 SSL_SESSION *ss = SSL_get_session(s); in generate_session_ticket_cb()
1675 SSL_SESSION *tmp = SSL_get_session(server.ssl); in do_handshake_internal()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c4082 sess = SSL_get_session(ssl); in tls_connection_get_eap_fast_key()
5461 sess = SSL_get_session(conn->ssl); in tls_connection_set_success_data()
5497 !(sess = SSL_get_session(conn->ssl))) in tls_connection_get_success_data()
5507 sess = SSL_get_session(conn->ssl); in tls_connection_remove_session()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c555 sess = SSL_get_session(wsi->tls.ssl); in lws_tls_client_connect()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c4340 sess = SSL_get_session(ssl); in tls_connection_get_eap_fast_key()
5777 sess = SSL_get_session(conn->ssl); in tls_connection_set_success_data()
5813 !(sess = SSL_get_session(conn->ssl))) in tls_connection_get_success_data()
5823 sess = SSL_get_session(conn->ssl); in tls_connection_remove_session()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc1715 SSL_SESSION* sess = SSL_get_session(w->ssl_.get()); in GetSession()
1957 SSL_SESSION* sess = SSL_get_session(w->ssl_.get()); in GetTLSTicket()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2963 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); in print_connection_info()
3287 SSL_SESSION_print(io, SSL_get_session(con)); in www_body()
H A Ds_client.c3337 SSL_SESSION_print(bio, SSL_get_session(s)); in print_stuff()
3340 if (SSL_get_session(s) != NULL && keymatexportlabel != NULL) { in print_stuff()
/third_party/openssl/apps/
H A Ds_server.c2958 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); in print_connection_info()
3282 SSL_SESSION_print(io, SSL_get_session(con)); in www_body()
H A Ds_client.c3337 SSL_SESSION_print(bio, SSL_get_session(s)); in print_stuff()
3340 if (SSL_get_session(s) != NULL && keymatexportlabel != NULL) { in print_stuff()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1988 # define SSL_get0_session SSL_get_session/* just peek at pointer */
1989 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2748 #[corresponds(SSL_get_session)]
2751 let p = ffi::SSL_get_session(self.as_ptr()); in session()
/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,
88 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
95 /* variant of SSL_get_session: caller really gets something */ in SSL_get1_session()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c1021 SSL_SESSION* ss = SSL_get_session(s); in final_server_name()
/third_party/openssl/ssl/
H A Dssl_sess.c95 * SSL_get_session() and SSL_get1_session() are problematic in TLS1.3 because,
103 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
110 /* variant of SSL_get_session: caller really gets something */ in SSL_get1_session()
/third_party/openssl/ssl/statem/
H A Dextensions.c993 SSL_SESSION* ss = SSL_get_session(s); in final_server_name()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs772 pub fn SSL_get_session(s: *const SSL) -> *mut SSL_SESSION; in SSL_get_session() functions
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h2141 # define SSL_get0_session SSL_get_session/* just peek at pointer */
2142 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h2141 # define SSL_get0_session SSL_get_session/* just peek at pointer */
2142 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h2141 # define SSL_get0_session SSL_get_session/* just peek at pointer */
2142 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);

Completed in 92 milliseconds

1234