summaryrefslogtreecommitdiff
path: root/common/cmd_aes.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-22aes: Add 'aes' command to access AES-128-CBCMarek Vasut1-0/+89
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>