summaryrefslogtreecommitdiff
path: root/tools/binman/etype/encrypted.py
AgeCommit message (Collapse)Author
2023-07-24binman: Add support for externally encrypted blobsChristian Taedcke
This adds a new etype encrypted. 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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>