Searched refs:input_buf (Results 1 – 1 of 1) sorted by relevance
262 unsigned char *input_buf = NULL; in esp_aes_process_dma_ext_ram() local268 input_buf = heap_caps_malloc(chunk_len, MALLOC_CAP_DMA); in esp_aes_process_dma_ext_ram()270 if (input_buf == NULL) { in esp_aes_process_dma_ext_ram()294 memcpy(input_buf, input + offset, chunk_len); in esp_aes_process_dma_ext_ram()295 dma_input = input_buf; in esp_aes_process_dma_ext_ram()318 free(input_buf); in esp_aes_process_dma_ext_ram()