summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-04-26crypto: arm64/aes-ce - Simplify round key load sequenceArd Biesheuvel2-30/+24
2024-03-16Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-221/+200
2024-02-24crypto: arm64/neonbs - fix out-of-bounds access on short inputArd Biesheuvel1-0/+11
2024-01-26crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpersArd Biesheuvel2-38/+29
2024-01-26crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handlingArd Biesheuvel1-13/+13
2024-01-26crypto: arm64/aes-ccm - Cache round keys and unroll AES loopsArd Biesheuvel1-57/+38
2024-01-26crypto: arm64/aes-ccm - Reuse existing MAC update for AAD inputArd Biesheuvel4-79/+43
2024-01-26crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permuteArd Biesheuvel1-21/+38
2024-01-26crypto: arm64/aes-ccm - Pass short inputs via stack bufferArd Biesheuvel1-17/+40
2024-01-26crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walkArd Biesheuvel1-12/+10
2024-01-26crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"Ard Biesheuvel1-26/+31
2023-12-08crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu6-489/+4
2023-10-20crypto: arm64/sha512 - clean up backwards function namesEric Biggers1-7/+5
2023-10-20crypto: arm64/sha256 - clean up backwards function namesEric Biggers1-14/+12
2023-10-20crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers2-17/+17
2023-10-20crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers2-19/+20
2023-10-20crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers2-14/+15
2023-10-20crypto: arm64/nhpoly1305 - implement ->digestEric Biggers1-0/+9
2023-10-20crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers1-0/+8
2023-08-11crypto: arm64/aes - remove Makefile hackMasahiro Yamada3-5/+3
2023-05-19crypto: arm64/sha256-glue - Include module.hHerbert Xu1-1/+2
2023-03-14crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers1-4/+5
2023-02-10crypto: arm64/sm4-gcm - Fix possible crash in GCM cryptionHerbert Xu1-26/+25
2023-02-10crypto: arm64/sm4-ccm - Rewrite skcipher walker loopTianjia Zhang1-20/+24
2023-02-10crypto: arm64/aes-ccm - Rewrite skcipher walker loopHerbert Xu1-31/+26
2023-01-20crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel1-38/+107
2022-12-30crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2-4/+6
2022-12-09crypto: arm64/ghash-ce - use frame_push/pop macros consistentlyArd Biesheuvel1-5/+3
2022-12-09crypto: arm64/crct10dif - use frame_push/pop macros consistentlyArd Biesheuvel1-3/+2
2022-12-09crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel1-22/+12
2022-12-09crypto: arm64/aes-neonbs - use frame_push/pop consistentlyArd Biesheuvel1-9/+7
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu3-3/+3
2022-11-25crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers1-1/+2
2022-11-25crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2-11/+5
2022-11-18crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang2-2/+2
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-1/+1
2022-11-04crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang4-0/+1046
2022-11-04crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang4-0/+650
2022-11-04crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang2-1/+336
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang3-2/+504
2022-11-04crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang2-0/+196
2022-11-04crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang2-0/+21
2022-11-04crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang2-24/+24
2022-11-04crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang3-400/+519
2022-11-04crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang2-346/+456
2022-11-04crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang4-0/+717
2022-11-04crypto: arm64/sm3 - raise the priority of the CE implementationTianjia Zhang1-1/+1
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-69/+210
2022-09-26arm64: Add types to indirect called assembly functionsSami Tolvanen2-3/+5
2022-09-24crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn1-1/+1