aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto/aes-neonbs-core.S
AgeCommit message (Expand)AuthorFilesLines
2022-02-05crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeGravatar Ard Biesheuvel 1-42/+63
2020-09-25crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionGravatar Ard Biesheuvel 1-2/+3
2020-09-25crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesGravatar Ard Biesheuvel 1-27/+22
2019-09-09crypto: arm/aes-neonbs - implement ciphertext stealing for XTSGravatar Ard Biesheuvel 1-4/+12
2019-09-09crypto: arm/aes-neonbs - replace tweak mask literal with compositionGravatar Ard Biesheuvel 1-5/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-02-03crypto: arm/aes - don't use IV buffer to return final keystream blockGravatar Ard Biesheuvel 1-7/+9
2017-01-23crypto: arm/aes-neonbs - fix issue with v2.22 and older assemblerGravatar Ard Biesheuvel 1-4/+4
2017-01-13crypto: arm/aes - replace bit-sliced OpenSSL NEON codeGravatar Ard Biesheuvel 1-0/+1021