Home
last modified time | relevance | path

Searched defs:check_call_host (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dtls_credentials_options.cc87 void TlsCredentialsOptions::set_check_call_host(bool check_call_host) { in set_check_call_host()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.cc100 grpc_tls_credentials_options* options, int check_call_host) { in grpc_tls_credentials_options_set_check_call_host()
Dgrpc_tls_credentials_options.h52 bool check_call_host() const { return check_call_host_; } in check_call_host() function
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dtls_credentials_options.cc121 void TlsCredentialsOptions::set_check_call_host(bool check_call_host) { in set_check_call_host()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_credentials_options.cc114 grpc_tls_credentials_options* options, int check_call_host) { in grpc_tls_credentials_options_set_check_call_host()
H A Dgrpc_tls_credentials_options.h53 bool check_call_host() const { return check_call_host_; } in check_call_host() function