aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-03-09crypto: arm64 - cleanup commentsGravatar Tom Rix 3-3/+3
2022-02-05crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesGravatar Ard Biesheuvel 2-108/+57
2022-02-05crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkGravatar Ard Biesheuvel 3-142/+55
2022-02-05crypto: arm64/aes-neon-ctr - improve handling of single tail blockGravatar Ard Biesheuvel 2-19/+20
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryGravatar Tianjia Zhang 2-9/+21
2021-12-14arm64: Add macro version of the BTI instructionGravatar Mark Brown 1-5/+5
2021-09-17crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_dataGravatar Ard Biesheuvel 2-24/+18
2021-09-17crypto: arm64/aes-ccm - reduce NEON begin/end calls for common caseGravatar Ard Biesheuvel 2-32/+49
2021-09-17crypto: arm64/aes-ccm - remove non-SIMD fallback pathGravatar Ard Biesheuvel 1-121/+32
2021-09-17crypto: arm64/aes-ccm - yield NEON when processing auth-only dataGravatar Ard Biesheuvel 1-0/+1
2021-09-17crypto: arm64/aes-ce - stop using SIMD helper for skciphersGravatar Ard Biesheuvel 2-93/+13
2021-09-17crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersGravatar Ard Biesheuvel 2-115/+9
2021-09-17crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathGravatar Ard Biesheuvel 1-158/+51
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericGravatar Tianjia Zhang 2-7/+15
2021-05-14crypto: arm64 - use a pattern rule for generating *.S filesGravatar Masahiro Yamada 1-4/+1
2021-05-14crypto: arm64 - generate *.S by Perl at build time instead of shipping themGravatar Masahiro Yamada 4-4003/+3
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 5-6/+6
2021-04-16crypto: arm64/aes-ce - deal with oversight in new CTR carry codeGravatar Ard Biesheuvel 1-0/+1
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledGravatar Ard Biesheuvel 5-6/+6
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 1-1/+1
2021-02-10crypto: arm64/crc-t10dif - move NEON yield to C codeGravatar Ard Biesheuvel 2-38/+35
2021-02-10crypto: arm64/aes-ce-mac - simplify NEON yieldGravatar Ard Biesheuvel 2-40/+33
2021-02-10crypto: arm64/aes-neonbs - remove NEON yield callsGravatar Ard Biesheuvel 1-6/+2
2021-02-10crypto: arm64/sha512-ce - simplify NEON yieldGravatar Ard Biesheuvel 2-48/+34
2021-02-10crypto: arm64/sha3-ce - simplify NEON yieldGravatar Ard Biesheuvel 2-56/+39
2021-02-10crypto: arm64/sha2-ce - simplify NEON yieldGravatar Ard Biesheuvel 2-35/+25
2021-02-10crypto: arm64/sha1-ce - simplify NEON yieldGravatar Ard Biesheuvel 2-40/+29
2021-01-22crypto: arm64/sha - add missing module aliasesGravatar Ard Biesheuvel 4-0/+9
2021-01-03crypto: arm64/aes-ctr - improve tail handlingGravatar Ard Biesheuvel 2-74/+137
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledGravatar Ard Biesheuvel 1-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 6-6/+6
2020-11-20crypto: arm64/gcm - move authentication tag check to SIMD domainGravatar Ard Biesheuvel 2-18/+43
2020-11-13crypto: arm64/chacha - simplify tail block handlingGravatar Ard Biesheuvel 1-124/+69
2020-11-06crypto: arm64/poly1305-neon - reorder PAC authentication with SP updateGravatar Ard Biesheuvel 2-2/+2
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateGravatar Arvind Sankar 3-3/+3
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-2/+8
2020-10-06crypto: arm64: Use x16 with indirect branch to bti_cGravatar Jeremy Linton 1-2/+2
2020-09-04crypto: arm64/gcm - Fix endianness warningsGravatar Herbert Xu 1-2/+2
2020-09-04crypto: arm64/sha - Add declarations for assembly variablesGravatar Herbert Xu 2-0/+6
2020-07-09crypto: arm64/gcm - use inline helper to suppress indirect callsGravatar Ard Biesheuvel 1-39/+46
2020-07-09crypto: arm64/gcm - use variably sized key structGravatar Ard Biesheuvel 1-28/+21
2020-07-09crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesGravatar Ard Biesheuvel 1-25/+22
2020-07-09crypto: arm64/ghash - drop PMULL based shashGravatar Ard Biesheuvel 1-78/+12
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-6/+2
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 2-2/+0
2020-05-08crypto: arm64/aes-glue - use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-3/+1
2020-04-30crypto: arch/nhpoly1305 - process in explicit 4k chunksGravatar Jason A. Donenfeld 1-1/+1
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksGravatar Jason A. Donenfeld 2-7/+22
2020-04-24crypto: arm64 - Consistently enable extensionGravatar Mark Brown 1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1