/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-ssl.c | 410 SSL_get_SSL_CTX(ssl), in lws_ssl_info_callback() 414 SSL_get_SSL_CTX((SSL*) ssl), in lws_ssl_info_callback() 530 return SSL_get_SSL_CTX(wsi->tls.ssl); in lws_tls_ctx_from_wsi()
|
H A D | openssl-server.c | 114 vh->tls.ssl_ctx == SSL_get_SSL_CTX(ssl)) in lws_ssl_server_name_cb()
|
H A D | openssl-client.c | 73 xs = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(wsi->tls.ssl));
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-ssl.c | 228 SSL_get_SSL_CTX(ssl), in lws_ssl_info_callback() 310 return SSL_get_SSL_CTX(wsi->tls.ssl); in lws_tls_ctx_from_wsi()
|
H A D | mbedtls-server.c | 70 vh->tls.ssl_ctx == SSL_get_SSL_CTX(ssl)) in lws_mbedtls_sni_cb()
|
/third_party/openssl/test/ |
H A D | danetest.c | 64 || !TEST_ptr(ssl_ctx = SSL_get_SSL_CTX(ssl)) in verify_chain()
|
H A D | ssl_old_test.c | 229 SSL_CTX* ctx = SSL_get_SSL_CTX(server); in verify_servername() 370 if (SSL_get_SSL_CTX(server) == s_ctx2) { in verify_alpn()
|
/third_party/libcoap/src/ |
H A D | coap_openssl.c | 467 (coap_dtls_context_t *)SSL_CTX_get_app_data(SSL_get_SSL_CTX(ssl)); in coap_dtls_generate_cookie() 1524 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); in setup_pki_ssl() 1612 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); in setup_pki_ssl() 1673 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); in setup_pki_ssl() 1805 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); in setup_pki_ssl() 1830 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); in setup_pki_ssl()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
H A D | ssl.h | 1400 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | http_curl.c | 1006 ssl_ctx = SSL_get_SSL_CTX(ssl); in curl_cb_ssl_verify() 1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb() 1298 SSL_CTX *ssl = SSL_get_SSL_CTX(s); in curl_patch_ssl_new()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | http_curl.c | 1006 ssl_ctx = SSL_get_SSL_CTX(ssl); in curl_cb_ssl_verify() 1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb() 1298 SSL_CTX *ssl = SSL_get_SSL_CTX(s); in curl_patch_ssl_new()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_lib.c | 543 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) in SSL_get_SSL_CTX() function
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 515 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in get_ocsp_resp_from_responder() 2664 print_stats(bio_s_out, SSL_get_SSL_CTX(con)); in sv_body() 3289 print_stats(io, SSL_get_SSL_CTX(con)); in www_body()
|
H A D | s_client.c | 3143 const SSL_CTX *ctx = SSL_get_SSL_CTX(s); in print_stuff()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 515 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in get_ocsp_resp_from_responder() 2659 print_stats(bio_s_out, SSL_get_SSL_CTX(con)); in sv_body() 3284 print_stats(io, SSL_get_SSL_CTX(con)); in www_body()
|
H A D | s_client.c | 3143 const SSL_CTX *ctx = SSL_get_SSL_CTX(s); in print_stuff()
|
/third_party/nghttp2/src/ |
H A D | shrpx_connection.cc | 380 auto ssl_ctx = SSL_get_SSL_CTX(tls.ssl); in tls_handshake()
|
H A D | shrpx_tls.cc | 350 auto ssl_ctx = SSL_get_SSL_CTX(ssl); in ocsp_resp_cb() 772 auto ssl_ctx = SSL_get_SSL_CTX(ssl); in sct_add_cb()
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 73 auto keylog_cb = SSL_CTX_get_keylog_callback(SSL_get_SSL_CTX(ssl.get())); in LogSecret() 377 if (!(ca = SSL_CTX_get_issuer(SSL_get_SSL_CTX(ssl.get()), cert->get()))) in GetLastIssuedCert()
|
H A D | crypto_context.cc | 1174 SSL_CTX_get_app_data(SSL_get_SSL_CTX(ssl))); in TicketKeyCallback() 1273 SSL_CTX_get_app_data(SSL_get_SSL_CTX(ssl))); in TicketCompatibilityCallback()
|
H A D | crypto_tls.cc | 1296 SSL_CTX* ssl_ctx = SSL_get_SSL_CTX(ssl); in EnableALPNCb() 1593 SSL_CTX* ssl_ctx = SSL_get_SSL_CTX(ssl); in SetALPNProtocols()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 2724 #[corresponds(SSL_get_SSL_CTX)] 2727 let ssl_ctx = ffi::SSL_get_SSL_CTX(self.as_ptr()); in ssl_context()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 773 pub fn SSL_get_SSL_CTX(ssl: *const SSL) -> *mut SSL_CTX; in SSL_get_SSL_CTX() functions
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 4207 if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL) in SSL_dup() 4451 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) in SSL_get_SSL_CTX() function
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 4088 if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL) in SSL_dup() 4332 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) in SSL_get_SSL_CTX() function
|