Age | Commit message (Expand) | Author | Files | Lines |
2017-04-26 | s390/crypt: use the correct module alias for paes_s390. | Harald Freudenberger | 1 | -1/+1 |
2017-04-26 | s390/crypto: Provide s390 specific arch random functionality. | Harald Freudenberger | 2 | -0/+32 |
2017-04-26 | s390/crypto: Renaming PPNO to PRNO. | Harald Freudenberger | 1 | -21/+21 |
2017-03-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+4 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+2 |
2017-03-01 | s390/crypt: fix missing unlock in ctr_paes_crypt on error path | Martin Schwidefsky | 1 | -1/+4 |
2017-02-24 | s390/crypt: Add protected key AES module | Martin Schwidefsky | 2 | -1/+620 |
2017-01-31 | s390/prng: Adjust generation of entropy to produce real 256 bits. | Harald Freudenberger | 1 | -16/+24 |
2017-01-31 | s390/crypto: Extend key length check for AES-XTS in fips mode. | Harald Freudenberger | 1 | -0/+7 |
2017-01-31 | s390/crypto: Check des3_ede keys for uniqueness in fips mode | Matthew Rosato | 1 | -0/+14 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-12 | s390/crypto: unlock on error in prng_tdes_read() | Dan Carpenter | 1 | -2/+4 |
2016-09-06 | s390/crypto: avoid returning garbage value | Colin Ian King | 1 | -1/+1 |
2016-08-29 | s390/crypto: simplify CPACF encryption / decryption functions | Martin Schwidefsky | 2 | -214/+136 |
2016-08-29 | s390/crypto: cpacf function detection | Martin Schwidefsky | 7 | -221/+167 |
2016-08-29 | s390/crypto: simplify init / exit functions | Martin Schwidefsky | 2 | -98/+79 |
2016-08-29 | s390/crypto: simplify return code handling | Martin Schwidefsky | 5 | -140/+44 |
2016-08-29 | s390/crypto: cleanup cpacf function codes | Martin Schwidefsky | 2 | -76/+69 |
2016-08-29 | s390/fpu: improve kernel_fpu_[begin|end] | Martin Schwidefsky | 1 | -1/+1 |
2016-08-08 | s390/crc32-vx: Fix checksum calculation for small sizes | Christian Borntraeger | 1 | -3/+3 |
2016-07-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -53/+60 |
2016-07-01 | crypto: s390/aes - Use skcipher for fallback | Herbert Xu | 1 | -53/+60 |
2016-06-15 | s390/crc32-vx: add crypto API module for optimized CRC-32 algorithms | Hendrik Brueckner | 2 | -0/+313 |
2016-06-14 | s390/crc32-vx: use vector instructions to optimize CRC-32 computation | Hendrik Brueckner | 2 | -0/+475 |
2016-04-15 | s390/crypto: cleanup and move the header with the cpacf definitions | Martin Schwidefsky | 9 | -660/+146 |
2016-04-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -0/+2 |
2016-03-29 | s390/crypto: provide correct file mode at device register. | Harald Freudenberger | 1 | -0/+2 |
2016-02-17 | crypto: xts - fix compile errors | Stephan Mueller | 1 | -0/+1 |
2016-02-16 | crypto: xts - consolidate sanity check for keys | Stephan Mueller | 1 | -0/+5 |
2015-10-15 | crypto: s390/sha - replace raw value by their coresponding define | LABBE Corentin | 1 | -1/+1 |
2015-07-22 | s390/crypto: add cpu feature modaliases for crypto modules | Hendrik Brueckner | 7 | -8/+14 |
2015-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -12/+13 |
2015-05-22 | crypto: s390/ghash - Fix incorrect ghash icv buffer handling. | Harald Freudenberger | 1 | -12/+13 |
2015-05-13 | s390/crypto: fix stckf loop | Harald Freudenberger | 1 | -1/+1 |
2015-04-23 | s390/zcrypt: Introduce new SHA-512 based Pseudo Random Generator. | Harald Freudenberger | 2 | -102/+870 |
2015-03-25 | s390: remove test_facility(2) (== z/Architecture mode active) checks | Heiko Carstens | 1 | -6/+2 |
2015-01-08 | s390/crypto: remove 'const' to avoid compiler warnings | Chen Gang | 1 | -2/+2 |
2014-11-24 | crypto: prefix module autoloading with "crypto-" | Kees Cook | 6 | -9/+9 |
2014-05-08 | crypto: s390 - fix aes,des ctr mode concurrency finding. | Harald Freudenberger | 2 | -0/+6 |
2014-01-30 | crypto: s390 - fix des and des3_ede ctr concurrency issue | Harald Freudenberger | 1 | -21/+48 |
2014-01-30 | crypto: s390 - fix des and des3_ede cbc concurrency issue | Harald Freudenberger | 1 | -12/+14 |
2014-01-30 | crypto: s390 - fix concurrency issue in aes-ctr mode | Harald Freudenberger | 1 | -19/+46 |
2013-12-20 | crypto: arch - use crypto_memneq instead of memcmp | Daniel Borkmann | 1 | -3/+3 |
2013-11-28 | crypto: s390 - Fix aes-xts parameter corruption | Gerald Schaefer | 1 | -14/+17 |
2013-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -7/+12 |
2013-11-05 | crypto: s390 - Fix aes-cbc IV corruption | Herbert Xu | 1 | -7/+12 |
2013-10-24 | s390/crypto: fix aes_s390 crypto module unload problem | Ingo Tuchscherer | 1 | -3/+12 |
2012-11-23 | s390/crypto: Don't panic after crypto instruction failures | Jan Glauber | 4 | -21/+39 |
2012-08-01 | crypto: arch/s390 - cleanup - remove unneeded cra_list initialization | Jussi Kivilinna | 3 | -16/+0 |
2012-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -18/+0 |