Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c18 static const mbedtls_x509_crt s_dummy_crt; variable
220 mbedtls_ssl_conf_ca_chain(ssl_conf, (mbedtls_x509_crt*)&s_dummy_crt, NULL); in esp_crt_bundle_attach()
243 return ((ca_chain == &s_dummy_crt) ? true : false); in esp_crt_bundle_in_use()