aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky2-1/+620
2017-01-31s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger1-16/+24
2017-01-31s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger1-0/+7
2017-01-31s390/crypto: Check des3_ede keys for uniqueness in fips modeMatthew Rosato1-0/+14
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12s390/crypto: unlock on error in prng_tdes_read()Dan Carpenter1-2/+4
2016-09-06s390/crypto: avoid returning garbage valueColin Ian King1-1/+1
2016-08-29s390/crypto: simplify CPACF encryption / decryption functionsMartin Schwidefsky2-214/+136
2016-08-29s390/crypto: cpacf function detectionMartin Schwidefsky7-221/+167
2016-08-29s390/crypto: simplify init / exit functionsMartin Schwidefsky2-98/+79
2016-08-29s390/crypto: simplify return code handlingMartin Schwidefsky5-140/+44
2016-08-29s390/crypto: cleanup cpacf function codesMartin Schwidefsky2-76/+69
2016-08-29s390/fpu: improve kernel_fpu_[begin|end]Martin Schwidefsky1-1/+1
2016-08-08s390/crc32-vx: Fix checksum calculation for small sizesChristian Borntraeger1-3/+3
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-53/+60
2016-07-01crypto: s390/aes - Use skcipher for fallbackHerbert Xu1-53/+60
2016-06-15s390/crc32-vx: add crypto API module for optimized CRC-32 algorithmsHendrik Brueckner2-0/+313
2016-06-14s390/crc32-vx: use vector instructions to optimize CRC-32 computationHendrik Brueckner2-0/+475
2016-04-15s390/crypto: cleanup and move the header with the cpacf definitionsMartin Schwidefsky9-660/+146
2016-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+2
2016-03-29s390/crypto: provide correct file mode at device register.Harald Freudenberger1-0/+2
2016-02-17crypto: xts - fix compile errorsStephan Mueller1-0/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-0/+5
2015-10-15crypto: s390/sha - replace raw value by their coresponding defineLABBE Corentin1-1/+1
2015-07-22s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner7-8/+14
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+13
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger1-12/+13
2015-05-13s390/crypto: fix stckf loopHarald Freudenberger1-1/+1
2015-04-23s390/zcrypt: Introduce new SHA-512 based Pseudo Random Generator.Harald Freudenberger2-102/+870
2015-03-25s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens1-6/+2
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang1-2/+2
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook6-9/+9
2014-05-08crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger2-0/+6
2014-01-30crypto: s390 - fix des and des3_ede ctr concurrency issueHarald Freudenberger1-21/+48
2014-01-30crypto: s390 - fix des and des3_ede cbc concurrency issueHarald Freudenberger1-12/+14
2014-01-30crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger1-19/+46
2013-12-20crypto: arch - use crypto_memneq instead of memcmpDaniel Borkmann1-3/+3
2013-11-28crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer1-14/+17
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+12
2013-11-05crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu1-7/+12
2013-10-24s390/crypto: fix aes_s390 crypto module unload problemIngo Tuchscherer1-3/+12
2012-11-23s390/crypto: Don't panic after crypto instruction failuresJan Glauber4-21/+39
2012-08-01crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna3-16/+0
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-18/+0
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens6-6/+6
2012-06-14crypto: s390 - clean up DES code a bit morePaul Bolle1-18/+0
2012-03-28Disintegrate asm/system.h for S390David Howells1-0/+1
2011-11-14[S390] crypto: avoid MSA3 and MSA4 instructions in ESA modeJan Glauber1-2/+5
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens1-0/+1
2011-07-04crypto: s390 - support hardware accelerated SHA-224Jan Glauber1-11/+55