Home
last modified time | relevance | path

Searched refs:bundle_size (Results 1 – 3 of 3) 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() argument
150 if (bundle_size < BUNDLE_HEADER_OFFSET + CRT_HEADER_OFFSET) { in esp_crt_bundle_init()
171 const uint8_t *bundle_end = x509_bundle + bundle_size; in esp_crt_bundle_init()
236 esp_err_t esp_crt_bundle_set(const uint8_t *x509_bundle, size_t bundle_size) in esp_crt_bundle_set() argument
238 return esp_crt_bundle_init(x509_bundle, bundle_size); in esp_crt_bundle_set()
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/include/
Desp_crt_bundle.h60 esp_err_t esp_crt_bundle_set(const uint8_t *x509_bundle, size_t bundle_size);
/hal_espressif-latest/components/driver/gpio/
Ddedic_gpio.c207 …size_t bundle_size = sizeof(dedic_gpio_bundle_t) + config->array_size * sizeof(config->gpio_array[… in dedic_gpio_new_bundle() local
208 bundle = calloc(1, bundle_size); in dedic_gpio_new_bundle()