Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c344 bool input_needs_realloc = false; in esp_aes_process_dma() local
376 input_needs_realloc = true; in esp_aes_process_dma()
384 if (input_needs_realloc || output_needs_realloc) { in esp_aes_process_dma()
385 …n esp_aes_process_dma_ext_ram(ctx, input, output, len, stream_out, input_needs_realloc, output_nee… in esp_aes_process_dma()