u-boot-brain/lib/aes
Philippe Reynes 4df3578119 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>
2020-01-17 10:16:29 -05:00
..
Makefile u-boot: fit: add support to decrypt fit with aes 2020-01-17 10:16:29 -05:00
aes-decrypt.c u-boot: fit: add support to decrypt fit with aes 2020-01-17 10:16:29 -05:00
aes-encrypt.c mkimage: fit: add support to encrypt image with aes 2020-01-17 10:15:49 -05:00