summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-24/+24
|\
| * s390/crypto: Remove VLA usage of skcipherKees Cook2018-09-281-24/+24
* | s390/crypto: Enhance paes cipher to accept variable length key materialIngo Franzki2018-10-101-26/+37
* | s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki2018-09-041-1/+1
|/
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-094-6/+0
* s390/archrandom: Rework arch random implementation.Harald Freudenberger2018-05-301-4/+99
* s390/crc32-vx: use expoline for indirect branchesMartin Schwidefsky2018-05-072-2/+7
* s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger2018-04-102-8/+8
* s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger2018-03-181-1/+4
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-121-0/+3
* s390: Remove redudant license textMartin Schwidefsky2017-12-051-6/+0
* s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-051-0/+1
* s390: crypto: Remove redundant license textGreg Kroah-Hartman2017-11-248-46/+0
* s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2411-0/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-131-3/+293
|\
| * s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger2017-09-291-3/+293
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* s390/crypto: fix aes/paes Kconfig dependenyHarald Freudenberger2017-06-121-1/+2
* s390: add missing header includes for type checkingHeiko Carstens2017-06-121-0/+1
* s390/crypt: use the correct module alias for paes_s390.Harald Freudenberger2017-04-261-1/+1
* s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger2017-04-262-0/+32
* s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger2017-04-261-21/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-03-121-1/+4
|\
| * s390/crypt: fix missing unlock in ctr_paes_crypt on error pathMartin Schwidefsky2017-03-011-1/+4
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
|/
* 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