aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto
AgeCommit message (Expand)Author
2022-08-17crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai
2022-08-11crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua
2022-04-15crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang
2022-04-08crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang
2022-04-08crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang
2022-04-08crypto: arm64/sm4-ce - rename to sm4-ce-cipherTianjia Zhang
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld
2022-03-09crypto: arm64 - cleanup commentsTom Rix
2022-02-05crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel
2022-02-05crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel
2022-02-05crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang
2021-12-14arm64: Add macro version of the BTI instructionMark Brown
2021-09-17crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_dataArd Biesheuvel
2021-09-17crypto: arm64/aes-ccm - reduce NEON begin/end calls for common caseArd Biesheuvel
2021-09-17crypto: arm64/aes-ccm - remove non-SIMD fallback pathArd Biesheuvel
2021-09-17crypto: arm64/aes-ccm - yield NEON when processing auth-only dataArd Biesheuvel
2021-09-17crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel
2021-09-17crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel
2021-09-17crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathArd Biesheuvel
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang
2021-05-14crypto: arm64 - use a pattern rule for generating *.S filesMasahiro Yamada
2021-05-14crypto: arm64 - generate *.S by Perl at build time instead of shipping themMasahiro Yamada
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-16crypto: arm64/aes-ce - deal with oversight in new CTR carry codeArd Biesheuvel
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann
2021-02-10crypto: arm64/crc-t10dif - move NEON yield to C codeArd Biesheuvel
2021-02-10crypto: arm64/aes-ce-mac - simplify NEON yieldArd Biesheuvel
2021-02-10crypto: arm64/aes-neonbs - remove NEON yield callsArd Biesheuvel
2021-02-10crypto: arm64/sha512-ce - simplify NEON yieldArd Biesheuvel
2021-02-10crypto: arm64/sha3-ce - simplify NEON yieldArd Biesheuvel
2021-02-10crypto: arm64/sha2-ce - simplify NEON yieldArd Biesheuvel
2021-02-10crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel
2021-01-22crypto: arm64/sha - add missing module aliasesArd Biesheuvel
2021-01-03crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-20crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel
2020-11-13crypto: arm64/chacha - simplify tail block handlingArd Biesheuvel
2020-11-06crypto: arm64/poly1305-neon - reorder PAC authentication with SP updateArd Biesheuvel
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-06crypto: arm64: Use x16 with indirect branch to bti_cJeremy Linton
2020-09-04crypto: arm64/gcm - Fix endianness warningsHerbert Xu
2020-09-04crypto: arm64/sha - Add declarations for assembly variablesHerbert Xu
2020-07-09crypto: arm64/gcm - use inline helper to suppress indirect callsArd Biesheuvel
2020-07-09crypto: arm64/gcm - use variably sized key structArd Biesheuvel
2020-07-09crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesArd Biesheuvel
2020-07-09crypto: arm64/ghash - drop PMULL based shashArd Biesheuvel