summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: Add macro version of the BTI instructionMark Brown2021-12-141-5/+5
* crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_dataArd Biesheuvel2021-09-172-24/+18
* crypto: arm64/aes-ccm - reduce NEON begin/end calls for common caseArd Biesheuvel2021-09-172-32/+49
* crypto: arm64/aes-ccm - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-121/+32
* crypto: arm64/aes-ccm - yield NEON when processing auth-only dataArd Biesheuvel2021-09-171-0/+1
* crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel2021-09-172-93/+13
* crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel2021-09-172-115/+9
* crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-158/+51
* crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2021-07-302-7/+15
* crypto: arm64 - use a pattern rule for generating *.S filesMasahiro Yamada2021-05-141-4/+1
* crypto: arm64 - generate *.S by Perl at build time instead of shipping themMasahiro Yamada2021-05-144-4003/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-265-6/+6
|\
| * arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel2021-04-125-6/+6
* | crypto: arm64/aes-ce - deal with oversight in new CTR carry codeArd Biesheuvel2021-04-161-0/+1
* | crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-021-1/+1
|/
* crypto: arm64/crc-t10dif - move NEON yield to C codeArd Biesheuvel2021-02-102-38/+35
* crypto: arm64/aes-ce-mac - simplify NEON yieldArd Biesheuvel2021-02-102-40/+33
* crypto: arm64/aes-neonbs - remove NEON yield callsArd Biesheuvel2021-02-101-6/+2
* crypto: arm64/sha512-ce - simplify NEON yieldArd Biesheuvel2021-02-102-48/+34
* crypto: arm64/sha3-ce - simplify NEON yieldArd Biesheuvel2021-02-102-56/+39
* crypto: arm64/sha2-ce - simplify NEON yieldArd Biesheuvel2021-02-102-35/+25
* crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel2021-02-102-40/+29
* crypto: arm64/sha - add missing module aliasesArd Biesheuvel2021-01-224-0/+9
* crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel2021-01-032-74/+137
* crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel2021-01-031-2/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-206-6/+6
* crypto: arm64/gcm - move authentication tag check to SIMD domainArd Biesheuvel2020-11-202-18/+43
* crypto: arm64/chacha - simplify tail block handlingArd Biesheuvel2020-11-131-124/+69
* crypto: arm64/poly1305-neon - reorder PAC authentication with SP updateArd Biesheuvel2020-11-062-2/+2
* crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar2020-10-303-3/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-133-2/+8
|\
| * crypto: arm64/gcm - Fix endianness warningsHerbert Xu2020-09-041-2/+2
| * crypto: arm64/sha - Add declarations for assembly variablesHerbert Xu2020-09-042-0/+6
* | crypto: arm64: Use x16 with indirect branch to bti_cJeremy Linton2020-10-061-2/+2
|/
* crypto: arm64/gcm - use inline helper to suppress indirect callsArd Biesheuvel2020-07-091-39/+46
* crypto: arm64/gcm - use variably sized key structArd Biesheuvel2020-07-091-28/+21
* crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesArd Biesheuvel2020-07-091-25/+22
* crypto: arm64/ghash - drop PMULL based shashArd Biesheuvel2020-07-091-78/+12
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-014-6/+2
|\
| * crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-082-2/+0
| * crypto: arm64/aes-glue - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+1
| * crypto: arm64 - Consistently enable extensionMark Brown2020-04-241-1/+1
* | crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld2020-04-301-1/+1
* | crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-302-7/+22
|/
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-014-0/+45
|\ \
| * | crypto: arm/neon - memzero_explicit aes-cbc keyTorsten Duwe2020-03-201-0/+1
| * | crypto: arm64/sha-ce - implement export/importCorentin Labbe2020-03-062-0/+43
| * | crypto: arm64/poly1305 - ignore build filesMatteo Croce2020-02-131-0/+1
| |/