summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-07-10crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel1-2/+3
2017-03-16crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel1-46/+42
2017-03-16crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2-1/+3
2017-03-16crypto: arm64/aes-neon - fix for big endianArd Biesheuvel1-10/+15
2017-03-16crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel1-26/+27
2017-03-16crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel1-2/+2
2017-03-16crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel1-2/+2
2017-03-16crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel1-3/+3
2016-11-20crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2015-02-04crypto: prefix module autoloading with "crypto-"Kees Cook2-5/+5
2014-12-01arm64/crypto: fix makefile rule for aes-glue-%.oAndreas Schwab1-1/+1
2014-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+6
2014-07-28crypto: arm64-aes - fix encryption of unaligned dataMikulas Patocka1-6/+6
2014-06-18arm64/crypto: improve performance of GHASH algorithmArd Biesheuvel2-56/+40
2014-06-18arm64/crypto: fix data corruption bug in GHASH algorithmArd Biesheuvel1-0/+1
2014-05-14arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel6-0/+1521
2014-05-14arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+529
2014-05-14arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel3-1/+164
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+259
2014-05-14arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+419
2014-05-14arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+355