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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1089 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, function
1116 return tls_match_suffix_helper(cert, match, full);
1124 if (tls_match_suffix_helper(cert, token, full)) {
H A Dtls_wolfssl.c676 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, function
752 if (tls_match_suffix_helper(cert, token, last - token, full))
H A Dtls_openssl.c1996 static int tls_match_suffix_helper(X509 *cert, const char *match, function
2077 if (tls_match_suffix_helper(cert, token, last - token, full))

Completed in 86 milliseconds