summaryrefslogtreecommitdiffstats
path: root/arch/sparc/crypto
AgeCommit message (Expand)AuthorLines
2026-01-15lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers-1680/+7
2025-08-26lib/crypto: sparc/md5: Migrate optimized code into libraryEric Biggers-258/+0
2025-07-14lib/crypto: sparc/sha1: Migrate optimized code into libraryEric Biggers-178/+0
2025-06-30lib/crypto: sparc/sha512: Migrate optimized SHA-512 code to libraryEric Biggers-236/+0
2025-06-30crypto: sha512 - Rename conflicting symbolsEric Biggers-7/+7
2025-05-05crypto: sparc/sha256 - implement library instead of shashEric Biggers-218/+0
2025-05-05crypto: sparc - move opcodes.h into asm directoryEric Biggers-128/+14
2025-04-23crypto: sparc/sha512 - Use API partial block handlingHerbert Xu-87/+15
2025-04-23crypto: sparc/sha256 - Use API partial block handlingHerbert Xu-101/+20
2025-04-23crypto: sparc/sha1 - Use API partial block handlingHerbert Xu-94/+15
2025-04-23crypto: sparc/md5 - Use API partial block handlingHerbert Xu-78/+63
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu-1/+1
2024-12-01sparc/crc32: expose CRC32 functions through libEric Biggers-219/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2023-10-27crypto: sparc/crc32c - stop using the shash alignmaskEric Biggers-21/+24
2023-08-28sparc: Explicitly include correct DT includesRob Herring-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott-33/+15
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott-12/+16
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott-3/+4
2022-08-26crypto: Kconfig - move sparc entries to a submenuRobert Elliott-0/+103
2021-12-31crypto: sparc/sha - remove duplicate hash init functionTianjia Zhang-80/+8
2020-11-27crypto: sparc - Fix sparse endianness warningsHerbert Xu-5/+6
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-3/+3
2020-07-16crypto: sparc - rename sha256 to sha256_algEric Biggers-7/+7
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers-4/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-9/+2
2019-10-23crypto: sparc/des - convert to skcipher APIEric Biggers-272/+227
2019-10-23crypto: sparc/camellia - convert to skcipher APIEric Biggers-122/+95
2019-10-23crypto: sparc/aes - convert to skcipher APIEric Biggers-167/+143
2019-08-22crypto: sparc/des - switch to new verification routinesArd Biesheuvel-21/+16
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel-4/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+8
2019-04-18crypto: sparc - Forbid 2-key 3DES in FIPS modeHerbert Xu-7/+4
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers-2/+2
2018-11-20crypto: remove useless initializations of cra_listEric Biggers-15/+0
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers-6/+0
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2018-01-24sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64Corentin Labbe-1/+1
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+11
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel-2/+1
2015-10-08crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp-0/+5
2015-05-18crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin-4/+4
2015-01-13crypto: sparc64/md5 - fix module descriptionMathias Krause-1/+1
2015-01-13crypto: sparc64/des - add "des3_ede" module aliasMathias Krause-0/+1
2015-01-13crypto: sparc64/camellia - fix module aliasMathias Krause-1/+1
2015-01-13crypto: sparc64/aes - fix module descriptionMathias Krause-1/+1
2014-12-02crypto: sparc - replace memset by memzero_explicitJulia Lawall-2/+2
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-10/+10
2014-05-18sparc64: fix sparse warnings in aes_glue.cSam Ravnborg-3/+3