Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/esp_crt_bundle/include/
Desp_crt_bundle.h70 bool esp_crt_bundle_in_use(const mbedtls_x509_crt* ca_chain);
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c241 bool esp_crt_bundle_in_use(const mbedtls_x509_crt* ca_chain) in esp_crt_bundle_in_use() function
/hal_espressif-latest/components/mbedtls/port/dynamic/
Desp_mbedtls_dynamic_impl.c545 if (!esp_crt_bundle_in_use(conf->MBEDTLS_PRIVATE(ca_chain))) { in esp_mbedtls_free_cacert()