aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes_ti.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-02crypto: Prepare to move crypto_tfm_ctxGravatar Herbert Xu 1-1/+1
2019-07-26crypto: aes - create AES library based on the fixed time AES codeGravatar Ard Biesheuvel 1-300/+3
2019-07-26crypto: aes/fixed-time - align key schedule with other implementationsGravatar Ard Biesheuvel 1-31/+21
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-11-09crypto: aes_ti - disable interrupts while accessing S-boxGravatar Eric Biggers 1-0/+18
2017-06-19crypto: aes_ti - fix comment for MixColumns stepGravatar Eric Biggers 1-1/+1
2017-02-11crypto: aes - add generic time invariant AES cipherGravatar Ard Biesheuvel 1-0/+375