Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dname_constraints.cc229 std::string_view constraint_local_part; in Rfc822NameMatches() local
234 constraint_local_part = constraint_components[0]; in Rfc822NameMatches()
235 if (!IsAllowedRfc822LocalPart(constraint_local_part)) { in Rfc822NameMatches()
253 if (!constraint_local_part.empty()) { in Rfc822NameMatches()
255 ? string_util::IsEqualNoCase(local_part, constraint_local_part) in Rfc822NameMatches()
256 : local_part == constraint_local_part) && in Rfc822NameMatches()