summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers2023-03-141-4/+5
* crypto: arm64/sm4-gcm - Fix possible crash in GCM cryptionHerbert Xu2023-02-101-26/+25
* crypto: arm64/sm4-ccm - Rewrite skcipher walker loopTianjia Zhang2023-02-101-20/+24
* crypto: arm64/aes-ccm - Rewrite skcipher walker loopHerbert Xu2023-02-101-31/+26
* crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel2023-01-201-38/+107
* crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2022-12-302-4/+6
* crypto: arm64/ghash-ce - use frame_push/pop macros consistentlyArd Biesheuvel2022-12-091-5/+3
* crypto: arm64/crct10dif - use frame_push/pop macros consistentlyArd Biesheuvel2022-12-091-3/+2
* crypto: arm64/aes-modes - use frame_push/pop macros consistentlyArd Biesheuvel2022-12-091-22/+12
* crypto: arm64/aes-neonbs - use frame_push/pop consistentlyArd Biesheuvel2022-12-091-9/+7
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-023-3/+3
* crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers2022-11-251-1/+2
* crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2022-11-252-11/+5
* crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang2022-11-182-2/+2
* crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-111-1/+1
* crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang2022-11-044-0/+1046
* crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang2022-11-044-0/+650
* crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang2022-11-042-1/+336
* crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang2022-11-043-2/+504
* crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang2022-11-042-0/+196
* crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang2022-11-042-0/+21
* crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang2022-11-042-24/+24
* crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang2022-11-043-400/+519
* crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang2022-11-042-346/+456
* crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang2022-11-044-0/+717
* crypto: arm64/sm3 - raise the priority of the CE implementationTianjia Zhang2022-11-041-1/+1
* 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