Lines Matching refs:full
648 size_t match_len, int full) in domain_suffix_match() argument
661 if (match_len > len || (full && match_len != len)) in domain_suffix_match()
679 size_t match_len, int full) in tls_match_suffix_helper() argument
689 full ? "" : "suffix ", match); in tls_match_suffix_helper()
704 match_len, full) == 1) { in tls_match_suffix_helper()
706 full ? "Match" : "Suffix match"); in tls_match_suffix_helper()
737 match, match_len, full) == 1) { in tls_match_suffix_helper()
739 full ? "Match" : "Suffix match"); in tls_match_suffix_helper()
745 full ? "" : "suffix "); in tls_match_suffix_helper()
750 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix() argument
756 if (tls_match_suffix_helper(cert, token, last - token, full)) in tls_match_suffix()