Lines Matching refs:match
628 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject() argument
634 pos = match; in tls_match_alt_subject()
672 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() argument
689 if (os_strncasecmp(val + len - match_len, match, match_len) != 0) in domain_suffix_match()
703 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, in tls_match_suffix_helper() argument
714 full ? "" : "suffix ", match); in tls_match_suffix_helper()
728 wolfSSL_ASN1_STRING_length(gen->d.ia5), match, in tls_match_suffix_helper()
761 match, match_len, full) == 1) { in tls_match_suffix_helper()
774 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix() argument
779 while ((token = cstr_token(match, ";", &last))) { in tls_match_suffix()
983 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local
1013 match = conn->subject_match; in tls_verify_cb()
1085 if (depth == 0 && match && os_strstr(buf, match) == NULL) { in tls_verify_cb()
1088 buf, match); in tls_verify_cb()