Searched refs:output_needs_realloc (Results 1 – 1 of 1) sorted by relevance
345 bool output_needs_realloc = false; in esp_aes_process_dma() local370 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()