summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)Author
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
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-05-08crypto: arm64/aes-glue - use crypto_shash_tfm_digest()Eric Biggers
2020-04-30crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld
2020-04-24crypto: arm64 - Consistently enable extensionMark Brown
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-20crypto: arm/neon - memzero_explicit aes-cbc keyTorsten Duwe
2020-03-20crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld
2020-03-09arm64: crypto: Modernize names for AES function macrosMark Brown
2020-03-09arm64: crypto: Modernize some extra assembly annotationsMark Brown
2020-03-06crypto: arm64/sha-ce - implement export/importCorentin Labbe
2020-02-13crypto: arm64/poly1305 - ignore build filesMatteo Croce
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-16crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitJason A. Donenfeld
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-20crypto: arm64 - Use modern annotations for assembly functionsMark Brown
2019-12-11crypto: arm64/ghash-neon - bump priority to 150Ard Biesheuvel
2019-12-11crypto: arm64/sha - fix function typesSami Tolvanen