Searched refs:tls_match_suffix_helper (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_gnutls.c | 1089 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix_helper() function 1116 return tls_match_suffix_helper(cert, match, full); in tls_match_suffix() 1124 if (tls_match_suffix_helper(cert, token, full)) { in tls_match_suffix()
|
D | tls_wolfssl.c | 676 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, in tls_match_suffix_helper() function 752 if (tls_match_suffix_helper(cert, token, last - token, full)) in tls_match_suffix()
|
D | tls_openssl.c | 1996 static int tls_match_suffix_helper(X509 *cert, const char *match, in tls_match_suffix_helper() function 2077 if (tls_match_suffix_helper(cert, token, last - token, full)) in tls_match_suffix()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_gnutls.c | 1089 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix_helper() function 1116 return tls_match_suffix_helper(cert, match, full); in tls_match_suffix() 1124 if (tls_match_suffix_helper(cert, token, full)) { in tls_match_suffix()
|
D | tls_wolfssl.c | 678 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, in tls_match_suffix_helper() function 756 if (tls_match_suffix_helper(cert, token, last - token, full)) in tls_match_suffix()
|
D | tls_openssl.c | 2009 static int tls_match_suffix_helper(X509 *cert, const char *match, in tls_match_suffix_helper() function 2090 if (tls_match_suffix_helper(cert, token, last - token, full)) in tls_match_suffix()
|