summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-neonbs-core.S
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers2023-03-141-4/+5
* crypto: arm64/aes-neonbs - use frame_push/pop consistentlyArd Biesheuvel2022-12-091-9/+7
* crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel2022-02-051-92/+40
* crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel2022-02-051-107/+25
* crypto: arm64/aes-neonbs - remove NEON yield callsArd Biesheuvel2021-02-101-6/+2
* crypto: arm64: Use x16 with indirect branch to bti_cJeremy Linton2020-10-061-2/+2
* crypto: arm64 - Use modern annotations for assembly functionsMark Brown2019-12-201-20/+20
* crypto: arm64/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel2019-09-091-6/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: arm64/aes-neonbs - fix returning final keystream blockEric Biggers2019-02-081-2/+6
* crypto: arm64/aes-bs - yield NEON after every block of inputArd Biesheuvel2018-05-121-135/+170
* crypto: arm64/aes - don't use IV buffer to return final keystream blockArd Biesheuvel2017-02-031-14/+23
* crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel2017-01-131-0/+963