mbed-os/features/device_key/source
Chun-Chieh Li 1bb351f410 DeviceKey: Fix random key doesn't generate on MBEDTLS_ENTROPY_HARDWARE_ALT
Originally, when DEVICE_TRNG is defined, MBEDTLS_ENTROPY_HARDWARE_ALT will also be defined
accordingly to provide entropy source. This is fine for targets supporting TRNG. However, for
targets without TRNG, it is also possible to provide non-TRNG entropy source solution via the
define MBEDTLS_ENTROPY_HARDWARE_ALT. Related discussion can be found at:

https://github.com/ARMmbed/mbed-os/issues/11680
2019-10-22 17:06:12 +08:00
..
DeviceKey.cpp DeviceKey: Fix random key doesn't generate on MBEDTLS_ENTROPY_HARDWARE_ALT 2019-10-22 17:06:12 +08:00
DeviceKey.h Upstream PR #11073 review request changes (#11135) 2019-08-02 12:32:40 +01:00