Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c2752 static int tls_mbedtls_match_suffixes(mbedtls_x509_crt *crt, const char *match, int full) in tls_mbedtls_match_suffixes() function
3163 if (tls_conf->suffix_match && !tls_mbedtls_match_suffixes(crt, tls_conf->suffix_match, 0)) in tls_mbedtls_verify_cb()
3169 if (tls_conf->domain_match && !tls_mbedtls_match_suffixes(crt, tls_conf->domain_match, 1)) in tls_mbedtls_verify_cb()