esp-idf/components/mbedtls/port/sha/dma
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
..
include aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_sha1.c fix(mbedtls): Fix the port for the mbedtls_internal_shaX_process API 2023-07-14 14:20:20 +05:30
esp_sha256.c fix(mbedtls): Fix the port for the mbedtls_internal_shaX_process API 2023-07-14 14:20:20 +05:30
esp_sha512.c fix(mbedtls): Fix the port for the mbedtls_internal_shaX_process API 2023-07-14 14:20:20 +05:30
esp_sha_crypto_dma_impl.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
esp_sha_gdma_impl.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
sha.c fix(sha): DMA mode iteration calculation issue for certain data lengths 2023-08-02 04:48:40 +00:00