]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
aes: Add 'aes' command to access AES-128-CBC
authorMarek Vasut <marex@denx.de>
Wed, 5 Mar 2014 18:58:39 +0000 (19:58 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Mar 2014 20:43:58 +0000 (16:43 -0400)
commitb401b73d02bb4f97197830e565f19a65577fecc6
tree4382f7da81b2d4c594d5a5c8d60f23b2e5c25f2f
parentdc24bb6ddb416db52a60165931c0864fdba1f60b
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>
README
common/Makefile
common/cmd_aes.c [new file with mode: 0644]