diff options
author | Marek Vasut <marex@denx.de> | 2014-03-05 18:58:39 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-21 20:43:58 (GMT) |
commit | b401b73d02bb4f97197830e565f19a65577fecc6 (patch) | |
tree | 4382f7da81b2d4c594d5a5c8d60f23b2e5c25f2f /README | |
parent | dc24bb6ddb416db52a60165931c0864fdba1f60b (diff) | |
download | u-boot-b401b73d02bb4f97197830e565f19a65577fecc6.tar.xz |
aes: Add 'aes' command to access AES-128-CBC
Add simple 'aes' command, which allows using the AES-128-CBC encryption
and decryption functions from U-Boot command line.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -910,6 +910,7 @@ The following options need to be configured: The default command configuration includes all commands except those marked below with a "*". + CONFIG_CMD_AES AES 128 CBC encrypt/decrypt CONFIG_CMD_ASKENV * ask for env variable CONFIG_CMD_BDI bdinfo CONFIG_CMD_BEDBUG * Include BedBug Debugger |