Searched refs:tls_match_suffix (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_gnutls.c | 1109 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()
|
D | tls_wolfssl.c | 746 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()
|
D | tls_openssl.c | 2067 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/ |
D | tls_gnutls.c | 1109 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()
|
D | tls_wolfssl.c | 750 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()
|
D | tls_openssl.c | 2080 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()
|