summaryrefslogtreecommitdiff
path: root/common/cmd_aes.c
Commit message (Collapse)AuthorAgeLines
* aes: Add 'aes' command to access AES-128-CBCMarek Vasut2014-03-21-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>