summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-modes.S
Commit message (Expand)AuthorAgeFilesLines
* 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