summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-modes.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-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/+1Star
|/
* crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers2019-02-221-2/+1Star
* 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/+108Star
* 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-111-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/+40Star
* 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/+3Star
* crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel2017-01-231-46/+42Star
* 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