summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-06-031-2/+2
|\
| * s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn2022-05-251-2/+2
* | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-271-2/+32
|\ \ | |/ |/|
| * crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov2022-05-131-2/+32
* | s390/crypto: fix typos in commentsJulia Lawall2022-05-062-2/+2
|/
* s390: convert ".insn" encoding to instruction namesVasily Gorbik2022-03-101-10/+10
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-111-16/+16
|\
| * crypto: s390/sha512 - Use macros instead of direct IV numbersTianjia Zhang2021-12-311-16/+16
* | s390/crypto: fix compile error for ChaCha20 moduleHeiko Carstens2021-12-201-10/+10
* | s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer2021-12-064-0/+1023
|/
* s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger2021-04-211-0/+4
* s390/crc32-vx: couple of typo fixesBhaskar Chowdhury2021-03-241-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-211-0/+2
|\
| * crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* | s390/crypto: use store_tod_clock_ext()Heiko Carstens2021-02-131-1/+1
* | s390/crypto: improve retry logic in case of master key changeHarald Freudenberger2021-01-271-8/+20
|/
* Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-142-38/+125
|\
| * s390/crypto: add arch_get_random_long() supportHarald Freudenberger2020-12-101-1/+109
| * s390/prng: let misc_register() add the prng sysfs attributesJulian Wiedmann2020-11-201-37/+16
* | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-206-6/+5
|/
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* s390/crypto: use scnprintf() instead of snprintf()Chen Zhou2020-06-161-7/+7
* crypto: s390/sha1 - prefix the "sha1_" functionsEric Biggers2020-05-081-6/+6
* s390/crypto: explicitly memzero stack key material in aes_s390.cTorsten Duwe2020-02-271-0/+3
* s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger2020-01-301-1/+1
* s390/crypto: enable clear key values for paes ciphersHarald Freudenberger2020-01-301-22/+49
* s390/crypto: Rework on paes implementationHarald Freudenberger2020-01-301-40/+117
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-20/+3
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-094-31/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-253-862/+580
|\
| * crypto: s390/des - convert to skcipher APIEric Biggers2019-10-231-247/+172
| * crypto: s390/paes - convert to skcipher APIEric Biggers2019-10-231-240/+174
| * crypto: s390/aes - convert to skcipher APIEric Biggers2019-10-231-375/+234
* | s390/crypto: Fix unsigned variable compared with zeroYueHaibing2019-11-201-2/+5
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-184-27/+24
|\
| * crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-4/+4
| * crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifierArd Biesheuvel2019-08-221-2/+2
| * crypto: s390/xts-aes - invoke fallback for ciphertext stealingArd Biesheuvel2019-08-221-4/+4
| * crypto: s390/des - switch to new verification routinesArd Biesheuvel2019-08-221-14/+11
| * crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel2019-07-311-4/+4
| * crypto: ghash - add comment and improve help textEric Biggers2019-07-271-1/+1
* | s390/crypto: Support for SHA3 via CPACF (MSA6)Joerg Schmidbauer2019-09-135-28/+363
* | s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger2019-09-051-0/+6
* | s390/paes: Prepare paes functions for large key blobsHarald Freudenberger2019-08-211-24/+160
|/
* s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-153-3/+3
* s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-2/+2
* s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-1/+1
* s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger2019-05-292-7/+8
* s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger2019-05-281-41/+107
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-17/+4
|\