OVMS3-idf/components/mbedtls/port/esp32s2
Marius Vikhammer ffb9010cbe aes: Fixed tag sometime being wrong for HW GCM
The GCM hardware accelerated algorithm for S2 would sometimes output
the wrong tag.

Added additional tests for AES and GCM

Re-enable HW GCM as default option
2020-03-18 08:44:38 +08:00
..
aes.c aes: Fixed tag sometime being wrong for HW GCM 2020-03-18 08:44:38 +08:00
bignum.c mpi: refactor bignum into common and hw specific components 2020-03-16 19:44:30 +08:00
esp_sha1.c crypto: SHA and AES accelerator bring up for S2 2020-03-11 15:09:45 +08:00
esp_sha256.c crypto: SHA and AES accelerator bring up for S2 2020-03-11 15:09:45 +08:00
esp_sha512.c crypto: SHA and AES accelerator bring up for S2 2020-03-11 15:09:45 +08:00
sha.c s2 sha hw: Fix bug where alloc would fail if input were of len 0 2020-03-16 19:29:59 +08:00