Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_verify (Results 1 – 25 of 44) sorted by relevance

12

/external/libpcap/
Dsslutils.c110 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL); in ssl_init_once()
/external/cronet/tot/third_party/boringssl/src/tool/
Dclient.cc550 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()
Dserver.cc383 SSL_CTX_set_verify( in Server()
/external/cronet/stable/third_party/boringssl/src/tool/
Dclient.cc550 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()
Dserver.cc383 SSL_CTX_set_verify( in Server()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/
Dclient.cc550 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()
Dserver.cc367 SSL_CTX_set_verify( in Server()
/external/boringssl/src/tool/
Dclient.cc550 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()
Dserver.cc383 SSL_CTX_set_verify( in Server()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc2046 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/
Dssl_transport_security_utils_test.cc198 SSL_CTX_set_verify(client_ctx, in DoHandshake()
203 SSL_CTX_set_verify(server_ctx, in DoHandshake()
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc2323 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/
Dsetup-vms.h281 #define SSL_CTX_set_verify SSL_CTX_SET_VERIFY macro
/external/libevent/sample/
Dhttps-client.c396 SSL_CTX_set_verify(ssl_ctx, SSL_VERIFY_PEER, NULL); in main()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h711 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *));
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c47 SSL_CTX_set_verify(vh->tls.ssl_ctx, verify_options, NULL); in lws_tls_server_client_cert_verify_config()
/external/libbrillo/brillo/streams/
Dtls_stream.cc378 SSL_CTX_set_verify(ctx_.get(), SSL_VERIFY_PEER, in Init()
/external/rust/android-crates-io/crates/quiche/src/
Dtls.rs327 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/
Dssl_lib.c1083 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/
Dhttp_curl.c504 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/
Dcontext.ipp511 ::SSL_CTX_set_verify(handle_, v, ::SSL_CTX_get_verify_callback(handle_));
1143 ::SSL_CTX_set_verify(handle_,
/external/rust/crates/openssl/src/ssl/
Dmod.rs748 #[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/
Dopenssl-server.c89 SSL_CTX_set_verify(vh->tls.ssl_ctx, verify_options, in lws_tls_server_client_cert_verify_config()
/external/webrtc/rtc_base/
Dopenssl_adapter.cc980 SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, SSLVerifyCallback); in CreateContext()
Dopenssl_stream_adapter.cc1080 SSL_CTX_set_verify(ctx, mode, nullptr); in SetupSSLContext()

12