Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c345 bool output_needs_realloc = false; in esp_aes_process_dma() local
370 output_needs_realloc = true; in esp_aes_process_dma()
380 output_needs_realloc = true; in esp_aes_process_dma()
384 if (input_needs_realloc || output_needs_realloc) { in esp_aes_process_dma()
385 …rocess_dma_ext_ram(ctx, input, output, len, stream_out, input_needs_realloc, output_needs_realloc); in esp_aes_process_dma()