summaryrefslogtreecommitdiffstats
path: root/crypto/aes_ti.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-021-1/+1
* crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2019-07-261-300/+3
* crypto: aes/fixed-time - align key schedule with other implementationsArd Biesheuvel2019-07-261-31/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2018-11-091-0/+18
* crypto: aes_ti - fix comment for MixColumns stepEric Biggers2017-06-191-1/+1
* crypto: aes - add generic time invariant AES cipherArd Biesheuvel2017-02-111-0/+375