aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
AgeCommit message (Expand)Author
2019-10-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger
2019-05-29s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger
2019-05-28s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky
2019-04-25s390/crypto: use TRNG for seeding/reseedingHarald Freudenberger
2019-04-25s390/crypto: rework generate_entropy function for pseudo random ddHarald Freudenberger
2019-04-18crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-10-10s390/crypto: Enhance paes cipher to accept variable length key materialIngo Franzki
2018-09-28s390/crypto: Remove VLA usage of skcipherKees Cook
2018-09-04s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-05-30s390/archrandom: Rework arch random implementation.Harald Freudenberger
2018-05-07s390/crc32-vx: use expoline for indirect branchesMartin Schwidefsky
2018-04-10s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger
2018-03-18s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2017-12-05s390: Remove redudant license textMartin Schwidefsky
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger
2017-06-12s390/crypto: fix aes/paes Kconfig dependenyHarald Freudenberger
2017-06-12s390: add missing header includes for type checkingHeiko Carstens
2017-04-26s390/crypt: use the correct module alias for paes_s390.Harald Freudenberger
2017-04-26s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger
2017-04-26s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-01s390/crypt: fix missing unlock in ctr_paes_crypt on error pathMartin Schwidefsky
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky
2017-01-31s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger
2017-01-31s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger
2017-01-31s390/crypto: Check des3_ede keys for uniqueness in fips modeMatthew Rosato
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12s390/crypto: unlock on error in prng_tdes_read()Dan Carpenter
2016-09-06s390/crypto: avoid returning garbage valueColin Ian King
2016-08-29s390/crypto: simplify CPACF encryption / decryption functionsMartin Schwidefsky
2016-08-29s390/crypto: cpacf function detectionMartin Schwidefsky
2016-08-29s390/crypto: simplify init / exit functionsMartin Schwidefsky
2016-08-29s390/crypto: simplify return code handlingMartin Schwidefsky
2016-08-29s390/crypto: cleanup cpacf function codesMartin Schwidefsky
2016-08-29s390/fpu: improve kernel_fpu_[begin|end]Martin Schwidefsky
2016-08-08s390/crc32-vx: Fix checksum calculation for small sizesChristian Borntraeger