u-boot-brain/lib/aes
Philippe Reynes a6982a6f76 fit: cipher: aes: allow to store the IV in the FIT image
Binaries may be encrypted in a FIT image with AES. This
algo needs a key and an IV (Initialization Vector). The
IV is provided in a file (pointer by iv-name-hint in the
ITS file) when building the ITB file.

This commits adds provide an alternative way to manage
the IV. If the property iv-name-hint is not provided in
the ITS file, the tool mkimage will generate an random
IV and store it in the FIT image.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
2020-10-12 21:30:37 -04: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 fit: cipher: aes: allow to store the IV in the FIT image 2020-10-12 21:30:37 -04:00