summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/aes.c
Commit message (Expand)AuthorAgeFilesLines
* 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