Searched refs:tls_match_suffix_helper (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_gnutls.c | 1089 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix_helper() function 1116 return tls_match_suffix_helper(cert, match, full); in tls_match_suffix() 1124 if (tls_match_suffix_helper(cert, token, full)) { in tls_match_suffix()
|
H A D | tls_wolfssl.c | 703 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, in tls_match_suffix_helper() function 780 if (tls_match_suffix_helper(cert, token, last - token, full)) in tls_match_suffix()
|
H A D | tls_openssl.c | 2158 static int tls_match_suffix_helper(X509 *cert, const char *match, in tls_match_suffix_helper() function 2239 if (tls_match_suffix_helper(cert, token, last - token, full)) in tls_match_suffix()
|