HomeSort by relevance Sort by last modified time
    Searched defs:tls_match_suffix (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 1109 static int tls_match_suffix(gnutls_x509_crt_t cert, const char *match, function
    [all...]
tls_wolfssl.c 746 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) function
1072 !tls_match_suffix(err_cert, suffix_match, 0)) {
1081 !tls_match_suffix(err_cert, domain_match, 1)) {
    [all...]
tls_openssl.c 2068 static int tls_match_suffix(X509 *cert, const char *match, int full) function
    [all...]

Completed in 2871 milliseconds