summaryrefslogtreecommitdiffstats
path: root/lib/aes.c
Commit message (Expand)AuthorAgeFilesLines
* lib: aes: build failure with DEBUG=1Heinrich Schuchardt2021-01-161-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* aes: add support of aes192 and aes256Philippe Reynes2020-01-171-23/+54
* aes: add a define for the size of a blockPhilippe Reynes2020-01-171-17/+17
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* aes: Allow non-zero initialization vectorАндрей Мозжухин2018-01-291-6/+7
* Rename aes.h to uboot_aes.hStefano Babic2017-04-121-1/+1
* aes: make apply_cbc_chain_data non-staticStephen Warren2014-04-181-12/+3
* env: Implement support for AES encryption into fw_* toolsMarek Vasut2014-03-211-0/+4
* aes: Implement AES-128-CBC decryption functionMarek Vasut2014-03-211-0/+28
* aes: Move the AES-128-CBC encryption function to common codeMarek Vasut2014-03-211-0/+52
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Add AES crypto libraryYen Lin2012-05-151-0/+598