Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c1109 static int tls_match_suffix(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix() function
1330 !tls_match_suffix(cert, conn->suffix_match, 0)) { in tls_connection_verify_peer()
1346 !tls_match_suffix(cert, conn->domain_match, 1)) { in tls_connection_verify_peer()
Dtls_wolfssl.c746 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix() function
1072 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
1081 !tls_match_suffix(err_cert, domain_match, 1)) { in tls_verify_cb()
Dtls_openssl.c2068 static int tls_match_suffix(X509 *cert, const char *match, int full) in tls_match_suffix() function
2410 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
2418 !tls_match_suffix(err_cert, domain_match, 1)) { in tls_verify_cb()