Searched refs:grpc_ssl_host_matches_name (Results 1 – 3 of 3) sorted by relevance
247 int grpc_ssl_host_matches_name(const tsi_peer* peer, const char* peer_name);
800 int grpc_ssl_host_matches_name(const tsi_peer* peer, const char* peer_name) { function877 if (peer_name != nullptr && !grpc_ssl_host_matches_name(peer, peer_name)) {1009 if (grpc_ssl_host_matches_name(&peer, host)) status = GRPC_SECURITY_OK;
358 GPR_ASSERT(grpc_ssl_host_matches_name(&peer, addresses[i])); in test_ipv6_address_san()