aboutsummaryrefslogtreecommitdiff
path: root/lib/aes.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-17aes: add support of aes192 and aes256Philippe Reynes1-23/+54
2020-01-17aes: add a define for the size of a blockPhilippe Reynes1-17/+17
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-29aes: Allow non-zero initialization vectorАндрей Мозжухин1-6/+7
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2014-04-18aes: make apply_cbc_chain_data non-staticStephen Warren1-12/+3
2014-03-21env: Implement support for AES encryption into fw_* toolsMarek Vasut1-0/+4
2014-03-21aes: Implement AES-128-CBC decryption functionMarek Vasut1-0/+28
2014-03-21aes: Move the AES-128-CBC encryption function to common codeMarek Vasut1-0/+52
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-05-15Add AES crypto libraryYen Lin1-0/+598