summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/aes.c
Commit message (Expand)AuthorAgeFilesLines
* g: Add support for 192 and 256 bit AES-GCM in DCRYPTO_gcm_initVadim Sukhomlinov2019-12-061-2/+4
* cr50: Fix building with CRYPTO_TEST=1Vadim Sukhomlinov2019-10-171-2/+1
* Increase output buffer size for AES_command_handlerGurleen Grewal2019-09-171-1/+1
* CR50: add a hardware backed GCM implementationnagendra modadugu2017-01-271-1/+83
* CR50: add tests for AES CBC, CFB and OFBnagendra modadugu2016-08-251-26/+133
* Fix AES CFB encryption for non-divisible-by-16 lengthsAndrey Pronin2016-08-201-18/+14
* CR50: move AES CTR implementation to dcryptonagendra modadugu2016-04-191-29/+4
* CR50: add in-place decrypt support for AES-CFBnagendra modadugu2016-02-231-36/+17
* cr50: SHA1 and SHA256 implementation with hardware supportnagendra modadugu2015-11-251-1/+0
* cr50: add extension command handler for AES testingVadim Bendebury2015-11-181-1/+148
* Add initial dcrypto AES implementation.nagendra modadugu2015-11-111-0/+252