commit | 0701991b732d95ba813a2ca6c0d3414d3e715337 | [log] [tgz] |
---|---|---|
author | Paul HENRYS <paul.henrys_ext@softathome.com> | Mon Nov 25 18:47:15 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 19 09:10:34 2024 -0600 |
tree | 98b54533b077c73263c49227af6dbe38e0500faf | |
parent | 08224d322442d2024a0decd6cbd2e4e2e2369732 [diff] |
aes: Allow to store randomly generated IV in the FIT When the initialisation vector is randomly generated, its value shall be stored in the FIT together with the encrypted data. The changes allow to store the IV in the FIT also in the case where the key is not stored in the DTB but retrieved somewhere else at runtime. Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>