OVMS3-idf/components/esp32/hwcrypto
Angus Gratton 703d143619 hwcrypto: Fix bug with concurrent SHA access
If two different types of SHA hashes were active in the hardware
concurrently, a race condition meant the SHA unit could be incorrectly
reset leading to all-zero results.
2017-08-25 16:08:03 +10:00
..
aes.c esp32 hwcrypto: Use spinlock instead of lock to protect AES 2017-08-25 16:08:03 +10:00
sha.c hwcrypto: Fix bug with concurrent SHA access 2017-08-25 16:08:03 +10:00