aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto/aes-ce-core.S
AgeCommit message (Expand)AuthorFilesLines
2020-12-04crypto: arm/aes-ce - work around Cortex-A57/A72 silion errataGravatar Ard Biesheuvel 1-10/+22
2019-10-01crypto: arm/aes-ce - build for v8 architecture explicitlyGravatar Ard Biesheuvel 1-0/+1
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for CBCGravatar Ard Biesheuvel 1-0/+85
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for XTSGravatar Ard Biesheuvel 1-11/+92
2019-09-09crypto: arm/aes-ce - replace tweak mask literal with compositionGravatar Ard Biesheuvel 1-6/+3
2019-09-09crypto: arm/aes-ce - switch to 4x interleaveGravatar Ard Biesheuvel 1-119/+144
2019-09-09crypto: arm/aes - fix round key prototypesGravatar Ard Biesheuvel 1-9/+9
2019-07-26crypto: arm/aes - use native endiannes for key scheduleGravatar Ard Biesheuvel 1-10/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-02-22crypto: arm/aes-ce - update IV after partial final CTR blockGravatar Eric Biggers 1-13/+13
2017-02-03crypto: arm/aes-ce - remove cra_alignmaskGravatar Ard Biesheuvel 1-43/+41
2015-05-11crypto: arm/aes - streamline AES-192 code pathGravatar Ard Biesheuvel 1-4/+3
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsGravatar Ard Biesheuvel 1-0/+518