commit | b401b73d02bb4f97197830e565f19a65577fecc6 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Mar 05 19:58:39 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Fri Mar 21 16:43:58 2014 -0400 |
tree | 4382f7da81b2d4c594d5a5c8d60f23b2e5c25f2f | |
parent | dc24bb6ddb416db52a60165931c0864fdba1f60b [diff] |
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>