summaryrefslogtreecommitdiff
path: root/arch/s390/crypto
AgeCommit message (Expand)Author
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
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-07-01crypto: s390/aes - Use skcipher for fallbackHerbert Xu
2016-06-15s390/crc32-vx: add crypto API module for optimized CRC-32 algorithmsHendrik Brueckner
2016-06-14s390/crc32-vx: use vector instructions to optimize CRC-32 computationHendrik Brueckner
2016-04-15s390/crypto: cleanup and move the header with the cpacf definitionsMartin Schwidefsky
2016-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-03-29s390/crypto: provide correct file mode at device register.Harald Freudenberger
2016-02-17crypto: xts - fix compile errorsStephan Mueller
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2015-10-15crypto: s390/sha - replace raw value by their coresponding defineLABBE Corentin
2015-07-22s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger
2015-05-13s390/crypto: fix stckf loopHarald Freudenberger
2015-04-23s390/zcrypt: Introduce new SHA-512 based Pseudo Random Generator.Harald Freudenberger
2015-03-25s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2014-05-08crypto: s390 - fix aes,des ctr mode concurrency finding.Harald Freudenberger
2014-01-30crypto: s390 - fix des and des3_ede ctr concurrency issueHarald Freudenberger
2014-01-30crypto: s390 - fix des and des3_ede cbc concurrency issueHarald Freudenberger
2014-01-30crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger
2013-12-20crypto: arch - use crypto_memneq instead of memcmpDaniel Borkmann
2013-11-28crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds