summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)Author
2024-02-24crypto: arm64/neonbs - fix out-of-bounds access on short inputArd Biesheuvel
2023-12-08crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu
2023-10-20crypto: arm64/sha512 - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha256 - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha512-ce - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha2-ce - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/sha1-ce - clean up backwards function namesEric Biggers
2023-10-20crypto: arm64/nhpoly1305 - implement ->digestEric Biggers
2023-10-20crypto: arm64/sha2-ce - implement ->digest for sha256Eric Biggers
2023-08-11crypto: arm64/aes - remove Makefile hackMasahiro Yamada
2023-05-19crypto: arm64/sha256-glue - Include module.hHerbert Xu
2023-03-14crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers
2023-02-10crypto: arm64/sm4-gcm - Fix possible crash in GCM cryptionHerbert Xu
2023-02-10crypto: arm64/sm4-ccm - Rewrite skcipher walker loopTianjia Zhang
2023-02-10crypto: arm64/aes-ccm - Rewrite skcipher walker loopHerbert Xu
2023-01-20crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel
2022-12-30crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang
2022-12-09crypto: arm64/ghash-ce - use frame_push/pop macros consistentlyArd Biesheuvel
2022-12-09crypto: arm64/crct10dif - use frame_push/pop macros consistentlyArd Biesheuvel
2022-12-09crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel
2022-12-09crypto: arm64/aes-neonbs - use frame_push/pop consistentlyArd Biesheuvel
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu
2022-11-25crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers
2022-11-25crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers
2022-11-18crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-11-04crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang
2022-11-04crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang
2022-11-04crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang
2022-11-04crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang
2022-11-04crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang
2022-11-04crypto: arm64/sm3 - raise the priority of the CE 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