Skip to content
Commit a8a752c0 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

env: Implement support for AES encryption into fw_* tools



Implement support for encrypting/decrypting the environment block
into the tools/env/fw_* tools. The cipher used is AES 128 CBC and
the implementation depends solely on components internal to U-Boot.

To allow building against the internal AES library, the library did
need minor adjustments to not include U-Boot's headers which are not
wanted to be included and define missing types.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent a4223b74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment