Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_api.h136 std::vector<StringMatcher> match_subject_alt_names; member
139 return match_subject_alt_names == other.match_subject_alt_names;
Dxds_api.cc306 for (const auto& match : match_subject_alt_names) { in ToString()
314 return match_subject_alt_names.empty(); in Empty()
1314 .default_validation_context.match_subject_alt_names.push_back( in CommonTlsContextParse()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dtls.proto36 // match_subject_alt_names:
44 repeated type.matcher.v3.StringMatcher match_subject_alt_names = 9; field
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dcds.cc666 const std::vector<StringMatcher>& match_subject_alt_names = in UpdateXdsCertificateProvider() local
668 .default_validation_context.match_subject_alt_names; in UpdateXdsCertificateProvider()
670 cluster_name, match_subject_alt_names); in UpdateXdsCertificateProvider()