aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/crypto/aes-modes.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers1-2/+1
2018-10-12crypto: arm64/aes-blk - ensure XTS mask is always loadedArd Biesheuvel1-4/+4
2018-09-21crypto: arm64/aes-blk - improve XTS mask handlingArd Biesheuvel1-19/+21
2018-09-21crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel1-1/+78
2018-09-21crypto: arm64/aes-blk - revert NEON yield for skciphersArd Biesheuvel1-173/+108
2018-09-04crypto: arm64/aes-modes - get rid of literal load of addend vectorArd Biesheuvel1-7/+9
2018-05-12crypto: arm64/aes-blk - yield NEON after every block of inputArd Biesheuvel1-124/+207
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel1-2/+21
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel1-6/+25
2018-03-16crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel1-197/+40
2018-03-16crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel1-45/+45
2017-02-11crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel1-1/+28
2017-02-03crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel1-5/+3
2017-01-23crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel1-46/+42
2016-10-21crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel1-1/+2
2014-05-14arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel1-0/+532