Home
last modified time | relevance | path

Searched refs:wildcard_end (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs534 let wildcard_end = match dot_idxs.next() { in matches_wildcard()
553 if wildcard_location != 0 || wildcard_end != wildcard_location + 1 { in matches_wildcard()
562 let pattern_after_wildcard = &pattern[wildcard_end..]; in matches_wildcard()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c692 const unsigned char *wildcard_end; in wildcard_match() local
702 wildcard_end = subject + (subject_len - suffix_len); in wildcard_match()
703 if (!equal_nocase(wildcard_end, suffix_len, suffix, suffix_len, flags)) in wildcard_match()
710 if (wildcard_start == wildcard_end) in wildcard_match()
721 if (wildcard_end == wildcard_start + 1 && *wildcard_start == '*') in wildcard_match()
728 for (p = wildcard_start; p != wildcard_end; ++p) in wildcard_match()
/third_party/openssl/crypto/x509/
H A Dv3_utl.c692 const unsigned char *wildcard_end; in wildcard_match() local
702 wildcard_end = subject + (subject_len - suffix_len); in wildcard_match()
703 if (!equal_nocase(wildcard_end, suffix_len, suffix, suffix_len, flags)) in wildcard_match()
710 if (wildcard_start == wildcard_end) in wildcard_match()
721 if (wildcard_end == wildcard_start + 1 && *wildcard_start == '*') in wildcard_match()
728 for (p = wildcard_start; p != wildcard_end; ++p) in wildcard_match()

Completed in 5 milliseconds