summaryrefslogtreecommitdiff
path: root/cmd/aes.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-01-17aes: add support of aes192 and aes256Philippe Reynes1-12/+26
2020-01-17aes: add a define for the size of a blockPhilippe Reynes1-1/+1
2019-10-15cmd: aes: use map_sysmem when accessing memoryPhilippe Reynes1-4/+10
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-01-29aes: Allow non-zero initialization vectorАндрей Мозжухин1-19/+25
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+89