summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-101-69/+210
|\
| * crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn2022-09-241-1/+1
| * crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-10/+99
| * crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-12/+65
| * crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-1/+6
| * crypto: Kconfig - sort the arm64 entriesRobert Elliott2022-08-261-53/+54
| * crypto: Kconfig - submenus for arm and arm64Robert Elliott2022-08-261-9/+2
* | arm64: Add types to indirect called assembly functionsSami Tolvanen2022-09-262-3/+5
|/
* crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua2022-07-291-1/+1
* crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai2022-06-301-0/+1
* crypto: arm64/aes-neon - Fix typo in commentJilin Yuan2022-06-301-1/+1
* crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry2022-06-104-0/+560
* crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry2022-06-102-68/+185
* crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-103-66/+168
* crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang2022-04-151-2/+2
* crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang2022-04-084-0/+1041
* crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang2022-04-084-0/+938
* crypto: arm64/sm4-ce - rename to sm4-ce-cipherTianjia Zhang2022-04-083-3/+3
* crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-081-2/+2
* crypto: arm64 - cleanup commentsTom Rix2022-03-093-3/+3
* crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel2022-02-052-108/+57
* crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel2022-02-053-142/+55
* crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel2022-02-052-19/+20
* crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang2022-01-282-9/+21
* 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