esp-idf/components/mbedtls/port/sha
Mahavir Jain 2aa5963bbd
fix(sha): DMA mode iteration calculation issue for certain data lengths
SHA hardware DMA mode calculation had off-by-one error for specific
input lengths. This was causing last chunk of the input data not being
fed to the hardware accelerator and hence resulting in an incorrect
final result.

Closes: https://github.com/espressif/esp-idf/issues/11915
2023-08-02 10:18:12 +05:30
..
dma fix(sha): DMA mode iteration calculation issue for certain data lengths 2023-08-02 10:18:12 +05:30
parallel_engine SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00:00
esp_sha.c ci: Fix issues for build stage 2022-02-02 15:03:48 +05:30