Re: [PATCH v2 1/3] binman: Add support for externally encrypted blobs

2023-07-07 Thread Simon Glass
Hi Christian, On Tue, 4 Jul 2023 at 10:03, wrote: > > From: Christian Taedcke > > This adds a new etype encrypted that is derived from collection. > > It creates a new cipher node in the related image similar to the > cipher node used by u-boot, see boot/image-cipher.c. > > Signed-off-by:

[PATCH v2 1/3] binman: Add support for externally encrypted blobs

2023-07-04 Thread christian . taedcke-oss
From: Christian Taedcke This adds a new etype encrypted that is derived from collection. It creates a new cipher node in the related image similar to the cipher node used by u-boot, see boot/image-cipher.c. Signed-off-by: Christian Taedcke --- Changes in v2: - remove global /cipher node -