Searched refs:tls_match_suffix (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/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 | 2068 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()
|