Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c148 static esp_err_t esp_crt_bundle_init(const uint8_t *x509_bundle, size_t bundle_size) in esp_crt_bundle_init() function
206 …ret = esp_crt_bundle_init(x509_crt_imported_bundle_bin_start, x509_crt_imported_bundle_bin_end - x… in esp_crt_bundle_attach()
238 return esp_crt_bundle_init(x509_bundle, bundle_size); in esp_crt_bundle_set()