summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto
AgeCommit message (Expand)AuthorLines
2023-03-14crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers-4/+5
2023-02-10crypto: arm64/sm4-gcm - Fix possible crash in GCM cryptionHerbert Xu-26/+25
2023-02-10crypto: arm64/sm4-ccm - Rewrite skcipher walker loopTianjia Zhang-20/+24
2023-02-10crypto: arm64/aes-ccm - Rewrite skcipher walker loopHerbert Xu-31/+26
2023-01-20crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel-38/+107
2022-12-30crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang-4/+6
2022-12-09crypto: arm64/ghash-ce - use frame_push/pop macros consistentlyArd Biesheuvel-5/+3
2022-12-09crypto: arm64/crct10dif - use frame_push/pop macros consistentlyArd Biesheuvel-3/+2
2022-12-09crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel-22/+12
2022-12-09crypto: arm64/aes-neonbs - use frame_push/pop consistentlyArd Biesheuvel-9/+7
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu-3/+3
2022-11-25crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers-1/+2
2022-11-25crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers-11/+5
2022-11-18crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang-2/+2
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel-1/+1
2022-11-04crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang-0/+1046
2022-11-04crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang-0/+650
2022-11-04crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang-1/+336
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang-2/+504
2022-11-04crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang-0/+196
2022-11-04crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang-0/+21
2022-11-04crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang-24/+24
2022-11-04crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang-400/+519
2022-11-04crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang-346/+456
2022-11-04crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang-0/+717
2022-11-04crypto: arm64/sm3 - raise the priority of the CE implementationTianjia Zhang-1/+1
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-69/+210
2022-09-26arm64: Add types to indirect called assembly functionsSami Tolvanen-3/+5
2022-09-24crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott-10/+99
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott-12/+65
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott-1/+6
2022-08-26crypto: Kconfig - sort the arm64 entriesRobert Elliott-53/+54
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott-9/+2
2022-07-29crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua-1/+1
2022-06-30crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai-0/+1
2022-06-30crypto: arm64/aes-neon - Fix typo in commentJilin Yuan-1/+1
2022-06-10crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry-0/+560
2022-06-10crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry-68/+185
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry-66/+168
2022-04-15crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang-2/+2
2022-04-08crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang-0/+1041
2022-04-08crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang-0/+938
2022-04-08crypto: arm64/sm4-ce - rename to sm4-ce-cipherTianjia Zhang-3/+3
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld-2/+2
2022-03-09crypto: arm64 - cleanup commentsTom Rix-3/+3
2022-02-05crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel-108/+57
2022-02-05crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel-142/+55
2022-02-05crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel-19/+20
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang-9/+21