Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc167 c = GPR_ICMP((void*)sc1->check_call_host, (void*)sc2->check_call_host); in grpc_channel_security_connector_cmp()
188 if (sc == nullptr || sc->check_call_host == nullptr) { in grpc_channel_security_connector_check_call_host()
193 return sc->check_call_host(sc, host, auth_context, on_call_host_checked, in grpc_channel_security_connector_check_call_host()
557 c->base.check_call_host = fake_channel_check_call_host;
1077 c->base.check_call_host = ssl_channel_check_call_host;
Dsecurity_connector.h120 bool (*check_call_host)(grpc_channel_security_connector* sc, const char* host, member
Dlocal_security_connector.cc208 c->base.check_call_host = local_check_call_host; in grpc_local_channel_security_connector_create()
Dalts_security_connector.cc258 c->base.check_call_host = alts_check_call_host; in grpc_alts_channel_security_connector_create()