Age | Commit message (Expand) | Author | Files | Lines |
2018-01-12 | crypto: hash - annotate algorithms taking optional key | Eric Biggers | 1 | -0/+3 |
2017-12-05 | s390: Remove redudant license text | Martin Schwidefsky | 1 | -6/+0 |
2017-12-05 | s390: add a few more SPDX identifiers | Martin Schwidefsky | 1 | -0/+1 |
2017-11-24 | s390: crypto: Remove redundant license text | Greg Kroah-Hartman | 8 | -46/+0 |
2017-11-24 | s390: crypto: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 11 | -0/+11 |
2017-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -3/+293 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-09-29 | s390/crypto: add s390 platform specific aes gcm support. | Harald Freudenberger | 1 | -3/+293 |
2017-06-12 | s390/crypto: fix aes/paes Kconfig dependeny | Harald Freudenberger | 1 | -1/+2 |
2017-06-12 | s390: add missing header includes for type checking | Heiko Carstens | 1 | -0/+1 |
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 |