summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/crypto
Commit message (Expand)AuthorAgeFilesLines
* powerpc/crypto/chacha-p10: Fix failure on non Power10Michael Ellerman2024-04-051-1/+7
* crypto: vmx - Move to arch/powerpc/cryptoDanny Tsen2024-01-2611-2/+5040
* crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-12-011-1/+1
* Merge tag 'v6.6-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-09-011-2/+2
|\
| * crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSXHerbert Xu2023-08-301-2/+2
* | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-1/+1
|\ \
| * | powerpc/crypto: don't build aes-gcm-p10 by defaultOmar Sandoval2023-08-021-1/+0
| * | powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10Omar Sandoval2023-08-021-0/+1
* | | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-296-0/+2354
|\ \ \ | |/ / |/| / | |/
| * crypto: powerpc - Add chacha20/poly1305-p10 to Kconfig and MakefileDanny Tsen2023-07-142-0/+30
| * crypto: poly1305-p10 - Glue code for optmized Poly1305 implementation for ppc...Danny Tsen2023-07-141-0/+186
| * crypto: poly1305-p10 - An optimized Poly1305 implementation with 4-way unroll...Danny Tsen2023-07-141-0/+1075
| * crypt: chacha20-p10 - Glue code for optmized Chacha20 implementation for ppc64leDanny Tsen2023-07-141-0/+221
| * crypto: chacha20-p10 - An optimized Chacha20 implementation with 8-way unroll...Danny Tsen2023-07-141-0/+842
* | powerpc/crypto: Add gitignore for generated P10 AES/GCM .S filesRussell Currey2023-07-171-0/+3
|/
* powerpc/crypto: Fix aes-gcm-p10 link errorsMichael Ellerman2023-05-304-21/+21
* powerpc/crypto: Fix aes-gcm-p10 build when VSX=nMichael Ellerman2023-05-151-1/+1
* powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10Danny Tsen2023-04-201-1/+0
* crypto: p10-aes-gcm - Remove POWER10_CPU dependencyDanny Tsen2023-04-201-1/+1
* crypto: p10-aes-gcm - remove duplicate include headerYe Xingchen2023-03-241-1/+0
* crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2023-03-142-0/+30
* crypto: p10-aes-gcm - A perl script to process PowerPC assembler source.Danny Tsen2023-03-141-0/+229
* crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen2023-03-141-0/+370
* crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen2023-03-141-0/+585
* crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen2023-03-141-0/+1521
* crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen2023-03-141-0/+345
* crypto: powerpc - Use address generation helper for asmNicholas Piggin2023-02-101-9/+4
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-3/+11
* crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-12/+18
* crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-11/+17
* crypto: Kconfig - move powerpc entries to a submenuRobert Elliott2022-08-261-0/+77
* cyrpto: powerpc/aes - delete the rebundant word "block" in commentsshaom Deng2022-07-221-1/+1
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-142-11/+5
|\
| * powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-292-11/+5
* | crypto: powerpc/sha - remove duplicate hash init functionTianjia Zhang2021-12-313-63/+7
|/
* crypto: powepc/sha1 - remove unneeded semicolonYang Li2021-03-071-1/+1
* crypto: powerpc/sha256 - remove unneeded semicolonYang Li2021-02-101-1/+1
* crypto: powerpc/sha256-spe - Fix sparse endianness warningHerbert Xu2020-11-271-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+3
* crypto: powerpc/crc-vpmsum_test - Fix sparse endianness warningHerbert Xu2020-09-041-2/+3
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* powerpc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-221-1/+1
* crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-083-3/+0
* crypto: powerpc/sha1 - prefix the "sha1_" functionsEric Biggers2020-05-081-13/+13
* crypto: powerpc/sha1 - remove unused temporary workspaceEric Biggers2020-05-081-5/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-092-17/+5
* Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-0/+1
|\