summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
AgeCommit message (Expand)AuthorLines
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-27/+24
2019-09-13s390/crypto: Support for SHA3 via CPACF (MSA6)Joerg Schmidbauer-28/+363
2019-09-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger-0/+6
2019-09-05crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede-4/+4
2019-08-22crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifierArd Biesheuvel-2/+2
2019-08-22crypto: s390/xts-aes - invoke fallback for ciphertext stealingArd Biesheuvel-4/+4
2019-08-22crypto: s390/des - switch to new verification routinesArd Biesheuvel-14/+11
2019-08-21s390/paes: Prepare paes functions for large key blobsHarald Freudenberger-24/+160
2019-07-31crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel-4/+4
2019-07-27crypto: ghash - add comment and improve help textEric Biggers-1/+1
2019-06-15s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand-3/+3
2019-06-15s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand-2/+2
2019-06-15s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand-1/+1
2019-05-29s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger-7/+8
2019-05-28s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger-41/+107
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-17/+4
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky-2/+5
2019-04-25s390/crypto: use TRNG for seeding/reseedingHarald Freudenberger-20/+47
2019-04-25s390/crypto: rework generate_entropy function for pseudo random ddHarald Freudenberger-28/+58
2019-04-18crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu-17/+4
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers-2/+2
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers-1/+1
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-24/+24
2018-10-10s390/crypto: Enhance paes cipher to accept variable length key materialIngo Franzki-26/+37
2018-09-28s390/crypto: Remove VLA usage of skcipherKees Cook-24/+24
2018-09-04s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki-1/+1
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers-1/+0
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers-6/+0
2018-05-30s390/archrandom: Rework arch random implementation.Harald Freudenberger-4/+99
2018-05-07s390/crc32-vx: use expoline for indirect branchesMartin Schwidefsky-2/+7
2018-04-10s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger-8/+8
2018-03-18s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger-1/+4
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers-0/+3
2017-12-05s390: Remove redudant license textMartin Schwidefsky-6/+0
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky-0/+1
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman-46/+0
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman-0/+11
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-3/+293
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-09-29s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger-3/+293
2017-06-12s390/crypto: fix aes/paes Kconfig dependenyHarald Freudenberger-1/+2
2017-06-12s390: add missing header includes for type checkingHeiko Carstens-0/+1
2017-04-26s390/crypt: use the correct module alias for paes_s390.Harald Freudenberger-1/+1
2017-04-26s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger-0/+32
2017-04-26s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger-21/+21
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-1/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+2
2017-03-01s390/crypt: fix missing unlock in ctr_paes_crypt on error pathMartin Schwidefsky-1/+4
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky-1/+620
2017-01-31s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger-16/+24