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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1109 static int tls_match_suffix(gnutls_x509_crt_t cert, const char *match, function
1330 !tls_match_suffix(cert, conn->suffix_match, 0)) {
1346 !tls_match_suffix(cert, conn->domain_match, 1)) {
H A Dtls_wolfssl.c746 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) function
1072 !tls_match_suffix(err_cert, suffix_match, 0)) {
1081 !tls_match_suffix(err_cert, domain_match, 1)) {
H A Dtls_openssl.c2067 static int tls_match_suffix(X509 *cert, const char *match, int full) function
2458 !tls_match_suffix(err_cert, suffix_match, 0)) {
2466 !tls_match_suffix(err_cert, domain_match, 1)) {

Completed in 72 milliseconds