Searched refs:bundle_size (Results 1 – 3 of 3) sorted by relevance
148 static esp_err_t esp_crt_bundle_init(const uint8_t *x509_bundle, size_t bundle_size) in esp_crt_bundle_init() argument150 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() argument238 return esp_crt_bundle_init(x509_bundle, bundle_size); in esp_crt_bundle_set()
60 esp_err_t esp_crt_bundle_set(const uint8_t *x509_bundle, size_t bundle_size);
207 …size_t bundle_size = sizeof(dedic_gpio_bundle_t) + config->array_size * sizeof(config->gpio_array[… in dedic_gpio_new_bundle() local208 bundle = calloc(1, bundle_size); in dedic_gpio_new_bundle()