summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
Commit message (Expand)AuthorAgeFilesLines
* s390/crypt: Add protected key AES moduleMartin Schwidefsky2017-02-242-1/+620
* s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger2017-01-311-16/+24
* s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger2017-01-311-0/+7
* s390/crypto: Check des3_ede keys for uniqueness in fips modeMatthew Rosato2017-01-311-0/+14
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390/crypto: unlock on error in prng_tdes_read()Dan Carpenter2016-12-121-2/+4
* s390/crypto: avoid returning garbage valueColin Ian King2016-09-061-1/+1
* s390/crypto: simplify CPACF encryption / decryption functionsMartin Schwidefsky2016-08-292-214/+136
* s390/crypto: cpacf function detectionMartin Schwidefsky2016-08-297-221/+167
* s390/crypto: simplify init / exit functionsMartin Schwidefsky2016-08-292-98/+79
* s390/crypto: simplify return code handlingMartin Schwidefsky2016-08-295-140/+44
* s390/crypto: cleanup cpacf function codesMartin Schwidefsky2016-08-292-76/+69
* s390/fpu: improve kernel_fpu_[begin|end]Martin Schwidefsky2016-08-291-1/+1
* s390/crc32-vx: Fix checksum calculation for small sizesChristian Borntraeger2016-08-081-3/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-261-53/+60
|\
| * crypto: s390/aes - Use skcipher for fallbackHerbert Xu2016-07-011-53/+60
* | s390/crc32-vx: add crypto API module for optimized CRC-32 algorithmsHendrik Brueckner2016-06-152-0/+313
* | s390/crc32-vx: use vector instructions to optimize CRC-32 computationHendrik Brueckner2016-06-142-0/+475
|/
* s390/crypto: cleanup and move the header with the cpacf definitionsMartin Schwidefsky2016-04-159-660/+146
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-04-011-0/+2
|\
| * s390/crypto: provide correct file mode at device register.Harald Freudenberger2016-03-291-0/+2
* | crypto: xts - fix compile errorsStephan Mueller2016-02-171-0/+1
* | crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-171-0/+5
|/
* crypto: s390/sha - replace raw value by their coresponding defineLABBE Corentin2015-10-151-1/+1
* s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner2015-07-227-8/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-221-12/+13
|\
| * crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger2015-05-221-12/+13
* | s390/crypto: fix stckf loopHarald Freudenberger2015-05-131-1/+1
* | s390/zcrypt: Introduce new SHA-512 based Pseudo Random Generator.Harald Freudenberger2015-04-232-102/+870
|/
* s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens2015-03-251-6/+2
* s390/crypto: remove 'const' to avoid compiler warningsChen Gang2015-01-081-2/+2
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-246-9/+9
* crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger2014-05-082-0/+6
* crypto: s390 - fix des and des3_ede ctr concurrency issueHarald Freudenberger2014-01-301-21/+48
* crypto: s390 - fix des and des3_ede cbc concurrency issueHarald Freudenberger2014-01-301-12/+14
* crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger2014-01-301-19/+46
* crypto: arch - use crypto_memneq instead of memcmpDaniel Borkmann2013-12-201-3/+3
* crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer2013-11-281-14/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-231-7/+12
|\
| * crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu2013-11-051-7/+12
* | s390/crypto: fix aes_s390 crypto module unload problemIngo Tuchscherer2013-10-241-3/+12
|/
* s390/crypto: Don't panic after crypto instruction failuresJan Glauber2012-11-234-21/+39
* crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna2012-08-013-16/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-261-18/+0
|\
| * crypto: s390 - clean up DES code a bit morePaul Bolle2012-06-141-18/+0
* | s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-206-6/+6
|/
* Disintegrate asm/system.h for S390David Howells2012-03-281-0/+1
* [S390] crypto: avoid MSA3 and MSA4 instructions in ESA modeJan Glauber2011-11-141-2/+5
* s390: add missing module.h/export.h includesHeiko Carstens2011-10-311-0/+1
* crypto: s390 - support hardware accelerated SHA-224Jan Glauber2011-07-041-11/+55