commit | 3d45ee7cb7e98b868d01ce738304cd569344add1 | [log] [tgz] |
---|---|---|
author | Valerio Setti <vsetti@baylibre.com> | Thu Oct 10 13:17:03 2024 +0200 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Tue Nov 05 13:44:20 2024 -0600 |
tree | 61255cc91d6bd6e94d4005206ca6d5779ca6cfef | |
parent | f4b7d151c599931cc4061b1cba788afa6ee8d6f1 [diff] |
random: remove TinyCrypt usage Following the deprecation of TinyCrypt (#79566) we remove TinyCrypt usage in random generators. This basically only affects the CTR-DRBG random generator which from now only will only make use of Mbed TLS. Signed-off-by: Valerio Setti <vsetti@baylibre.com>