Searched refs:esp_aes_dma_start (Results 1 – 4 of 4) sorted by relevance
26 esp_err_t esp_aes_dma_start(const lldesc_t *input, const lldesc_t *output);
19 esp_err_t esp_aes_dma_start(const lldesc_t *input, const lldesc_t *output) in esp_aes_dma_start() function
23 esp_err_t esp_aes_dma_start(const lldesc_t *input, const lldesc_t *output) in esp_aes_dma_start() function
449 if (esp_aes_dma_start(in_desc_head, out_desc_head) != ESP_OK) { in esp_aes_process_dma()593 if (esp_aes_dma_start(in_desc_head, out_desc_head) != ESP_OK) { in esp_aes_process_dma_gcm()