Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc152 target_name_(gpr_strdup(target_name)) {} in grpc_local_channel_security_connector()
154 ~grpc_local_channel_security_connector() override { gpr_free(target_name_); } in ~grpc_local_channel_security_connector()
172 return strcmp(target_name_, other->target_name_); in cmp()
188 if (host.empty() || host != target_name_) { in check_call_host()
200 const char* target_name() const { return target_name_; } in target_name()
203 char* target_name_; member in __anonff6a6fe40111::grpc_local_channel_security_connector
/third_party/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc75 target_name_(gpr_strdup(target_name)) {} in grpc_alts_channel_security_connector()
77 ~grpc_alts_channel_security_connector() override { gpr_free(target_name_); } in ~grpc_alts_channel_security_connector()
93 creds->options(), target_name_, in add_handshakers()
111 return strcmp(target_name_, other->target_name_); in cmp()
118 if (host.empty() || host != target_name_) { in check_call_host()
131 char* target_name_; member in __anon8a107b560111::grpc_alts_channel_security_connector
/third_party/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc83 target_name_ = std::string(host); in grpc_ssl_channel_security_connector()
130 overridden_target_name_.empty() ? target_name_.c_str() in add_handshakers()
146 ? target_name_.c_str() in check_peer()
181 c = target_name_.compare(other->target_name_); in cmp()
189 return grpc_ssl_check_call_host(host, target_name_.c_str(), in check_call_host()
201 std::string target_name_; member in __anonf407fa320111::grpc_ssl_channel_security_connector
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc124 target_name_ = std::string(host); in TlsChannelSecurityConnector()
182 overridden_target_name_.empty() ? target_name_.c_str() in add_handshakers()
205 ? target_name_.c_str() in check_peer()
314 target_name_.c_str(), other->target_name_.c_str(), in cmp()
321 return grpc_ssl_check_call_host(host, target_name_.c_str(), in check_call_host()
Dtls_security_connector.h133 std::string target_name_; variable
/third_party/boost/libs/predef/tools/ci/
Dbuild_log.py271 target_name_ = self.target[target]['name']
272 if self.target_to_test.has_key(target_name_):
273 test = self.test[self.target_to_test[target_name_]]