commit | 4df3578119b043d76b86b50077b06898fc2a4f62 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Wed Dec 18 18:25:42 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 10:16:29 2020 -0500 |
tree | 08667edb96f6a8efde767b10fabceafb746e3af7 | |
parent | 7298e422504ef4455160216b9b7a1baa1169283f [diff] |
u-boot: fit: add support to decrypt fit with aes This commit add to u-boot the support to decrypt fit image encrypted with aes. The FIT image contains the key name and the IV name. Then u-boot look for the key and IV in his device tree and decrypt images before moving to the next stage. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>