summary refs log tree commit diff
path: root/arch/arm64/crypto
AgeCommit message (Expand)Author
2023-05-11crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers
2022-12-31crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers
2022-12-31crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-09-26arm64: Add types to indirect called assembly functionsSami Tolvanen
2022-09-24crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott
2022-08-26crypto: Kconfig - sort the arm64 entriesRobert Elliott
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott
2022-07-29crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua
2022-06-30crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai
2022-06-30crypto: arm64/aes-neon - Fix typo in commentJilin Yuan
2022-06-10crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry
2022-06-10crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry
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