summaryrefslogtreecommitdiff
path: root/arch/sparc/crypto
AgeCommit message (Expand)Author
2023-10-27crypto: sparc/crc32c - stop using the shash alignmaskEric Biggers
2023-08-28sparc: Explicitly include correct DT includesRob Herring
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 - move sparc entries to a submenuRobert Elliott
2021-12-31crypto: sparc/sha - remove duplicate hash init functionTianjia Zhang
2020-11-27crypto: sparc - Fix sparse endianness warningsHerbert Xu
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-07-16crypto: sparc - rename sha256 to sha256_algEric Biggers
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-10-23crypto: sparc/des - convert to skcipher APIEric Biggers
2019-10-23crypto: sparc/camellia - convert to skcipher APIEric Biggers
2019-10-23crypto: sparc/aes - convert to skcipher APIEric Biggers
2019-08-22crypto: sparc/des - switch to new verification routinesArd Biesheuvel
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-18crypto: sparc - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2018-11-20crypto: remove useless initializations of cra_listEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-24sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64Corentin Labbe
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2015-10-08crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp
2015-05-18crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin
2015-01-13crypto: sparc64/md5 - fix module descriptionMathias Krause
2015-01-13crypto: sparc64/des - add "des3_ede" module aliasMathias Krause
2015-01-13crypto: sparc64/camellia - fix module aliasMathias Krause
2015-01-13crypto: sparc64/aes - fix module descriptionMathias Krause
2014-12-02crypto: sparc - replace memset by memzero_explicitJulia Lawall
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2014-05-18sparc64: fix sparse warnings in aes_glue.cSam Ravnborg
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.David S. Miller
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.David S. Miller
2012-12-19sparc64: Fix ECB looping constructs in AES code.David S. Miller
2012-12-19sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller
2012-12-19sparc64: Fix AES ctr mode block size.David S. Miller
2012-12-19sparc64: Fix unrolled AES 256-bit key loops.David S. Miller
2012-11-09sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller
2012-09-21sparc64: Fix function argument comment in camellia_sparc64_key_expand asm.David S. Miller
2012-09-17sparc64: Fix IV handling bug in des_sparc64_cbc_decryptDavid S. Miller
2012-09-15sparc64: Add auto-loading mechanism to crypto-opcode drivers.David S. Miller
2012-09-15sparc64: Add missing pr_fmt define to crypto opcode drivers.David S. Miller
2012-09-15sparc64: Adjust crypto priorities.David S. Miller
2012-09-01sparc64: Fix bugs in unrolled 256-bit loops.David S. Miller
2012-08-31sparc64: Avoid code duplication in crypto assembler.David S. Miller