aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-ce.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09arm64: crypto: Modernize names for AES function macrosMark Brown1-2/+2
2019-12-20crypto: arm64 - Use modern annotations for assembly functionsMark Brown1-2/+2
2019-09-09crypto: arm64/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel1-0/+3
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-23/+37
2019-07-03crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTRArd Biesheuvel1-0/+2
2019-07-03crypto: arm64/aes-ce - add 5 way interleave routinesArd Biesheuvel1-23/+35
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-09-21crypto: arm64/aes-blk - improve XTS mask handlingArd Biesheuvel1-0/+5
2018-05-12crypto: arm64/aes-blk - yield NEON after every block of inputArd Biesheuvel1-6/+9
2017-08-04crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel1-6/+6
2016-10-21crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel1-0/+1
2015-03-19arm64/crypto: issue aese/aesmc instructions in pairsArd Biesheuvel1-7/+3
2014-05-14arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel1-0/+133