aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 2-5/+1
2023-01-10s390/archrandom: add missing header includeGravatar Heiko Carstens 1-0/+1
2023-01-06crypto: s390/aes - drop redundant xts key checkGravatar Vladis Dronov 1-4/+0
2023-01-06crypto: xts - drop xts_check_key()Gravatar Vladis Dronov 1-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesGravatar Robert Elliott 1-9/+19
2022-08-26crypto: Kconfig - simplify hash entriesGravatar Robert Elliott 1-18/+24
2022-08-26crypto: Kconfig - simplify CRC entriesGravatar Robert Elliott 1-5/+4
2022-08-26crypto: Kconfig - move s390 entries to a submenuGravatar Robert Elliott 1-0/+120
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 11-11/+11
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsGravatar Heiko Carstens 11-11/+11
2022-07-18random: remove CONFIG_ARCH_RANDOMGravatar Jason A. Donenfeld 1-1/+1
2022-06-30s390/archrandom: simplify back to earlier design and initialize earlierGravatar Jason A. Donenfeld 1-217/+0
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-2/+2
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+32
2022-05-25s390/crypto: fix scatterwalk_unmap() callers in AES-GCMGravatar Jann Horn 1-2/+2
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Gravatar Vladis Dronov 1-2/+32
2022-05-06s390/crypto: fix typos in commentsGravatar Julia Lawall 2-2/+2
2022-03-10s390: convert ".insn" encoding to instruction namesGravatar Vasily Gorbik 1-10/+10
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-16/+16
2021-12-31crypto: s390/sha512 - Use macros instead of direct IV numbersGravatar Tianjia Zhang 1-16/+16
2021-12-20s390/crypto: fix compile error for ChaCha20 moduleGravatar Heiko Carstens 1-10/+10
2021-12-06s390/crypto: add SIMD implementation for ChaCha20Gravatar Patrick Steuer 4-0/+1023
2021-04-21s390/archrandom: add parameter check for s390_arch_random_generateGravatar Harald Freudenberger 1-0/+4
2021-03-24s390/crc32-vx: couple of typo fixesGravatar Bhaskar Chowdhury 1-2/+2
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+2
2021-02-13s390/crypto: use store_tod_clock_ext()Gravatar Heiko Carstens 1-1/+1
2021-01-27s390/crypto: improve retry logic in case of master key changeGravatar Harald Freudenberger 1-8/+20
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+2
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 2-38/+125
2020-12-10s390/crypto: add arch_get_random_long() supportGravatar Harald Freudenberger 1-1/+109
2020-11-20s390/prng: let misc_register() add the prng sysfs attributesGravatar Julian Wiedmann 1-37/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 6-6/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-2/+2
2020-06-16s390/crypto: use scnprintf() instead of snprintf()Gravatar Chen Zhou 1-7/+7
2020-05-08crypto: s390/sha1 - prefix the "sha1_" functionsGravatar Eric Biggers 1-6/+6
2020-02-27s390/crypto: explicitly memzero stack key material in aes_s390.cGravatar Torsten Duwe 1-0/+3
2020-01-30s390/pkey/zcrypt: Support EP11 AES secure keysGravatar Harald Freudenberger 1-1/+1
2020-01-30s390/crypto: enable clear key values for paes ciphersGravatar Harald Freudenberger 1-22/+49
2020-01-30s390/crypto: Rework on paes implementationGravatar Harald Freudenberger 1-40/+117
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-20/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 4-31/+10
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-862/+580
2019-11-20s390/crypto: Fix unsigned variable compared with zeroGravatar YueHaibing 1-2/+5
2019-10-23crypto: s390/des - convert to skcipher APIGravatar Eric Biggers 1-247/+172
2019-10-23crypto: s390/paes - convert to skcipher APIGravatar Eric Biggers 1-240/+174
2019-10-23crypto: s390/aes - convert to skcipher APIGravatar Eric Biggers 1-375/+234
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-27/+24
2019-09-13s390/crypto: Support for SHA3 via CPACF (MSA6)Gravatar Joerg Schmidbauer 5-28/+363
2019-09-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingGravatar Harald Freudenberger 1-0/+6
2019-09-05crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hGravatar Hans de Goede 1-4/+4