OVMS3-idf/components/esp32/include/hwcrypto
Angus Gratton 0647d1e922 esp32 hwcrypto: Rework hardware crypto locking
Should protect against concurrent use of hardware crypto primitives,
with good performance.

Not necessary to call esp_aes_acquire_hardware(),
esp_sha_acquire_hardware(), etc when using these APIs. These are
provided for external users calling the hardware crypto hardware
directly, to coexist with this implementation.
2016-09-08 16:47:13 +08:00
..
aes.h esp32 hwcrypto: Rework hardware crypto locking 2016-09-08 16:47:13 +08:00
bignum.h esp32 hwcrypto: Rework hardware crypto locking 2016-09-08 16:47:13 +08:00
sha.h esp32 hwcrypto: Rework hardware crypto locking 2016-09-08 16:47:13 +08:00