Searched refs:match_subject_alt_names (Results 1 – 4 of 4) sorted by relevance
520 const std::vector<XdsApi::StringMatcher>& match_subject_alt_names = in UpdateXdsCertificateProvider() local522 .default_validation_context.match_subject_alt_names; in UpdateXdsCertificateProvider()535 match_subject_alt_names); in UpdateXdsCertificateProvider()544 match_subject_alt_names); in UpdateXdsCertificateProvider()554 match_subject_alt_names); in UpdateXdsCertificateProvider()561 "", nullptr, match_subject_alt_names); in UpdateXdsCertificateProvider()
216 std::vector<StringMatcher> match_subject_alt_names; member219 return match_subject_alt_names == other.match_subject_alt_names;
531 for (const auto& match : match_subject_alt_names) { in ToString()539 return match_subject_alt_names.empty(); in Empty()1666 .default_validation_context.match_subject_alt_names.push_back( in CommonTlsContextParse()
34 // match_subject_alt_names:42 repeated type.matcher.v3.StringMatcher match_subject_alt_names = 9; field