/external/libpcap/ |
D | sslutils.c | 110 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL); in ssl_init_once()
|
/external/cronet/tot/third_party/boringssl/src/tool/ |
D | client.cc | 550 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client() 560 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client()
|
D | server.cc | 383 SSL_CTX_set_verify( in Server()
|
/external/cronet/stable/third_party/boringssl/src/tool/ |
D | client.cc | 550 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client() 560 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client()
|
D | server.cc | 383 SSL_CTX_set_verify( in Server()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/ |
D | client.cc | 550 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client() 560 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client()
|
D | server.cc | 367 SSL_CTX_set_verify( in Server()
|
/external/boringssl/src/tool/ |
D | client.cc | 550 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client() 560 SSL_CTX_set_verify(ctx.get(), SSL_VERIFY_PEER, nullptr); in Client()
|
D | server.cc | 383 SSL_CTX_set_verify( in Server()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 2046 SSL_CTX_set_verify(ssl_context, SSL_VERIFY_PEER, NullVerifyCallback); in tsi_create_ssl_client_handshaker_factory_with_options() 2048 SSL_CTX_set_verify(ssl_context, SSL_VERIFY_PEER, RootCertExtractCallback); in tsi_create_ssl_client_handshaker_factory_with_options() 2217 SSL_CTX_set_verify(impl->ssl_contexts[i], SSL_VERIFY_NONE, nullptr); in tsi_create_ssl_server_handshaker_factory_with_options() 2220 SSL_CTX_set_verify(impl->ssl_contexts[i], SSL_VERIFY_PEER, in tsi_create_ssl_server_handshaker_factory_with_options() 2224 SSL_CTX_set_verify(impl->ssl_contexts[i], SSL_VERIFY_PEER, in tsi_create_ssl_server_handshaker_factory_with_options() 2228 SSL_CTX_set_verify(impl->ssl_contexts[i], in tsi_create_ssl_server_handshaker_factory_with_options() 2233 SSL_CTX_set_verify(impl->ssl_contexts[i], in tsi_create_ssl_server_handshaker_factory_with_options()
|
/external/grpc-grpc/test/core/tsi/ |
D | ssl_transport_security_utils_test.cc | 198 SSL_CTX_set_verify(client_ctx, in DoHandshake() 203 SSL_CTX_set_verify(server_ctx, in DoHandshake()
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 2323 SSL_CTX_set_verify(ssl_context, SSL_VERIFY_PEER, nullptr); in tsi_create_ssl_client_handshaker_factory_with_options() 2499 SSL_CTX_set_verify(impl->ssl_contexts[i], SSL_VERIFY_NONE, nullptr); in tsi_create_ssl_server_handshaker_factory_with_options() 2502 SSL_CTX_set_verify(impl->ssl_contexts[i], SSL_VERIFY_PEER, nullptr); in tsi_create_ssl_server_handshaker_factory_with_options() 2507 SSL_CTX_set_verify(impl->ssl_contexts[i], SSL_VERIFY_PEER, nullptr); in tsi_create_ssl_server_handshaker_factory_with_options() 2512 SSL_CTX_set_verify(impl->ssl_contexts[i], in tsi_create_ssl_server_handshaker_factory_with_options() 2519 SSL_CTX_set_verify(impl->ssl_contexts[i], in tsi_create_ssl_server_handshaker_factory_with_options()
|
/external/curl/lib/ |
D | setup-vms.h | 281 #define SSL_CTX_set_verify SSL_CTX_SET_VERIFY macro
|
/external/libevent/sample/ |
D | https-client.c | 396 SSL_CTX_set_verify(ssl_ctx, SSL_VERIFY_PEER, NULL); in main()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 711 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *));
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-server.c | 47 SSL_CTX_set_verify(vh->tls.ssl_ctx, verify_options, NULL); in lws_tls_server_client_cert_verify_config()
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 378 SSL_CTX_set_verify(ctx_.get(), SSL_VERIFY_PEER, in Init()
|
/external/rust/android-crates-io/crates/quiche/src/ |
D | tls.rs | 327 SSL_CTX_set_verify(self.as_mut_ptr(), mode, ptr::null()); in set_verify() 1280 fn SSL_CTX_set_verify(ctx: *mut SSL_CTX, mode: c_int, cb: *const c_void); in SSL_CTX_set_verify() function
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 1083 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *)) in SSL_CTX_set_verify() function
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 504 SSL_CTX_set_verify(ssl, SSL_VERIFY_PEER, curl_cb_ssl_verify); in curl_cb_ssl()
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/impl/ |
D | context.ipp | 511 ::SSL_CTX_set_verify(handle_, v, ::SSL_CTX_get_verify_callback(handle_)); 1143 ::SSL_CTX_set_verify(handle_,
|
/external/rust/crates/openssl/src/ssl/ |
D | mod.rs | 748 #[corresponds(SSL_CTX_set_verify)] 751 ffi::SSL_CTX_set_verify(self.as_ptr(), mode.bits() as c_int, None); in set_verify() 761 #[corresponds(SSL_CTX_set_verify)] 768 ffi::SSL_CTX_set_verify(self.as_ptr(), mode.bits() as c_int, Some(raw_verify::<F>)); in set_verify_callback()
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 89 SSL_CTX_set_verify(vh->tls.ssl_ctx, verify_options, in lws_tls_server_client_cert_verify_config()
|
/external/webrtc/rtc_base/ |
D | openssl_adapter.cc | 980 SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, SSLVerifyCallback); in CreateContext()
|
D | openssl_stream_adapter.cc | 1080 SSL_CTX_set_verify(ctx, mode, nullptr); in SetupSSLContext()
|