Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c2067 static int tls_match_suffix(X509 *cert, const char *match, int full) in tls_match_suffix() function
2458 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
2466 !tls_match_suffix(err_cert, domain_match, 1)) { in tls_verify_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c750 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix() function
1079 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
1088 !tls_match_suffix(err_cert, domain_match, 1)) { in tls_verify_cb()
Dtls_openssl.c2080 static int tls_match_suffix(X509 *cert, const char *match, int full) in tls_match_suffix() function
2508 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
2516 !tls_match_suffix(err_cert, domain_match, 1)) { in tls_verify_cb()