Home
last modified time | relevance | path

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

/external/cronet/third_party/boringssl/src/pki/
Dname_constraints.cc219 std::vector<std::string_view> constraint_components = in Rfc822NameMatches() local
223 if (constraint_components.size() == 1) { in Rfc822NameMatches()
224 constraint_domain = constraint_components[0]; in Rfc822NameMatches()
225 } else if (constraint_components.size() == 2) { in Rfc822NameMatches()
226 constraint_local_part = constraint_components[0]; in Rfc822NameMatches()
230 constraint_domain = constraint_components[1]; in Rfc822NameMatches()