aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua1-1/+1
2022-06-30crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai1-0/+1
2022-06-30crypto: arm64/aes-neon - Fix typo in commentJilin Yuan1-1/+1
2022-06-10crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry4-0/+560
2022-06-10crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry2-68/+185
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry3-66/+168
2022-04-15crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang1-2/+2
2022-04-08crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang4-0/+1041
2022-04-08crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang4-0/+938
2022-04-08crypto: arm64/sm4-ce - rename to sm4-ce-cipherTianjia Zhang3-3/+3
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld1-2/+2
2022-03-09crypto: arm64 - cleanup commentsTom Rix3-3/+3
2022-02-05crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel2-108/+57
2022-02-05crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel3-142/+55
2022-02-05crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel2-19/+20
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang2-9/+21
2021-12-14arm64: Add macro version of the BTI instructionMark Brown1-5/+5
2021-09-17crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_dataArd Biesheuvel2-24/+18
2021-09-17crypto: arm64/aes-ccm - reduce NEON begin/end calls for common caseArd Biesheuvel2-32/+49
2021-09-17crypto: arm64/aes-ccm - remove non-SIMD fallback pathArd Biesheuvel1-121/+32
2021-09-17crypto: arm64/aes-ccm - yield NEON when processing auth-only dataArd Biesheuvel1-0/+1
2021-09-17crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel2-93/+13
2021-09-17crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel2-115/+9
2021-09-17crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathArd Biesheuvel1-158/+51
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2-7/+15
2021-05-14crypto: arm64 - use a pattern rule for generating *.S filesMasahiro Yamada1-4/+1
2021-05-14crypto: arm64 - generate *.S by Perl at build time instead of shipping themMasahiro Yamada4-4003/+3
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-6/+6
2021-04-16crypto: arm64/aes-ce - deal with oversight in new CTR carry codeArd Biesheuvel1-0/+1
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel5-6/+6
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-1/+1
2021-02-10crypto: arm64/crc-t10dif - move NEON yield to C codeArd Biesheuvel2-38/+35
2021-02-10crypto: arm64/aes-ce-mac - simplify NEON yieldArd Biesheuvel2-40/+33
2021-02-10crypto: arm64/aes-neonbs - remove NEON yield callsArd Biesheuvel1-6/+2
2021-02-10crypto: arm64/sha512-ce - simplify NEON yieldArd Biesheuvel2-48/+34
2021-02-10crypto: arm64/sha3-ce - simplify NEON yieldArd Biesheuvel2-56/+39
2021-02-10crypto: arm64/sha2-ce - simplify NEON yieldArd Biesheuvel2-35/+25
2021-02-10crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel2-40/+29
2021-01-22crypto: arm64/sha - add missing module aliasesArd Biesheuvel4-0/+9
2021-01-03crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel2-74/+137
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel1-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers6-6/+6
2020-11-20crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel2-18/+43
2020-11-13crypto: arm64/chacha - simplify tail block handlingArd Biesheuvel1-124/+69
2020-11-06crypto: arm64/poly1305-neon - reorder PAC authentication with SP updateArd Biesheuvel2-2/+2
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar3-3/+3
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-2/+8
2020-10-06crypto: arm64: Use x16 with indirect branch to bti_cJeremy Linton1-2/+2
2020-09-04crypto: arm64/gcm - Fix endianness warningsHerbert Xu1-2/+2
2020-09-04crypto: arm64/sha - Add declarations for assembly variablesHerbert Xu2-0/+6