Home
last modified time | relevance | path

Searched refs:authority_hostname (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc109 absl::string_view authority_hostname; in check_call_host() local
113 grpc_core::SplitHostPort(host, &authority_hostname, in check_call_host()
122 if (authority_hostname != fake_security_target_name_override_hostname) { in check_call_host()
129 } else if (authority_hostname != target_hostname) { in check_call_host()