summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/aes.c
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-131-1/+1
* cr50: optimize AES/GCM/App cipher implementationVadim Sukhomlinov2021-10-141-37/+32
* cr50: Update AES public APIsfactory-ambassador-14265.B-cr50_stabVadim Sukhomlinov2021-10-051-17/+38
* cr50: Fix sign comparison warnings (-Wsign-compare)Vadim Sukhomlinov2021-09-241-3/+3
* cr50: implement AES using aligned memory accessVadim Sukhomlinov2021-09-171-18/+47
* Move copy chip/g/dcrypto to boards/cr50/dcryptoJosip Sokcevic2021-06-171-0/+160
* cr50: dcrypto code belongs with the chip, not with the boardVadim Bendebury2015-11-231-119/+0
* cr50: do not assume that data and keys are alignedVadim Bendebury2015-11-181-10/+10
* Add initial dcrypto AES implementation.nagendra modadugu2015-11-111-0/+119