Re: [PATCH 1/2] fit: cipher: aes: allow to store the IV in the FIT image

2020-10-13 Thread Tom Rini
On Thu, Sep 17, 2020 at 03:01:46PM +0200, Philippe Reynes wrote: > 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

[PATCH 1/2] fit: cipher: aes: allow to store the IV in the FIT image

2020-09-17 Thread Philippe Reynes
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