esp-idf/components/mbedtls/port/sha
Mahavir Jain b966103800 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 04:48:40 +00:00
..
block fix(mbedtls): Fix the port for the mbedtls_internal_shaX_process API 2023-07-14 14:20:20 +05:30
dma fix(sha): DMA mode iteration calculation issue for certain data lengths 2023-08-02 04:48:40 +00:00
parallel_engine fix(mbedtls): Fix the port for the mbedtls_internal_shaX_process API 2023-07-14 14:20:20 +05:30
esp_sha.c SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00