summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-modes.S
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel2022-12-091-22/+12
* crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry2022-06-101-68/+169
* crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-101-62/+104
* crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel2022-02-051-5/+13
* arm64: Add macro version of the BTI instructionMark Brown2021-12-141-5/+5
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-1/+1
|\
| * arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel2021-04-121-1/+1
* | crypto: arm64/aes-ce - deal with oversight in new CTR carry codeArd Biesheuvel2021-04-161-0/+1
|/
* crypto: arm64/aes-ce-mac - simplify NEON yieldArd Biesheuvel2021-02-101-33/+19
* crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel2021-01-031-53/+112
* arm64: crypto: Modernize names for AES function macrosMark Brown2020-03-091-24/+24
* crypto: arm64 - Use modern annotations for assembly functionsMark Brown2019-12-201-8/+8
* crypto: arm64/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel2019-09-091-0/+3
* crypto: arm64/aes - implement support for XTS ciphertext stealingArd Biesheuvel2019-09-091-18/+81
* crypto: arm64/aes-cts-cbc-ce - performance tweakArd Biesheuvel2019-09-091-3/+2
* crypto: arm64/aes - implement accelerated ESSIV/CBC modeArd Biesheuvel2019-08-301-0/+28
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-31/+87
|\
| * crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTRArd Biesheuvel2019-07-031-31/+71
| * crypto: arm64/aes-ce - add 5 way interleave routinesArd Biesheuvel2019-07-031-0/+16
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers2019-02-221-2/+1
* crypto: arm64/aes-blk - ensure XTS mask is always loadedArd Biesheuvel2018-10-121-4/+4
* crypto: arm64/aes-blk - improve XTS mask handlingArd Biesheuvel2018-09-211-19/+21
* crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel2018-09-211-1/+78
* crypto: arm64/aes-blk - revert NEON yield for skciphersArd Biesheuvel2018-09-211-173/+108
* crypto: arm64/aes-modes - get rid of literal load of addend vectorArd Biesheuvel2018-09-041-7/+9
* crypto: arm64/aes-blk - yield NEON after every block of inputArd Biesheuvel2018-05-121-124/+207
* crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel2018-03-161-2/+21
* crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel2018-03-161-6/+25
* crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel2018-03-161-197/+40
* crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-45/+45
* crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel2017-02-111-1/+28
* crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel2017-02-031-5/+3
* crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel2017-01-231-46/+42
* crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2016-10-211-1/+2
* arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel2014-05-141-0/+532