| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/crypto: Remove VLA usage of skcipher | Kees Cook | 2018-09-28 | 1 | -24/+24 |
* | crypto: aead - remove useless setting of type flags | Eric Biggers | 2018-07-09 | 1 | -1/+0 |
* | s390/crypto: Adjust s390 aes and paes cipher priorities | Harald Freudenberger | 2018-04-10 | 1 | -4/+4 |
* | s390/crypto: Fix kernel crash on aes_s390 module remove. | Harald Freudenberger | 2018-03-18 | 1 | -1/+4 |
* | s390: crypto: Remove redundant license text | Greg Kroah-Hartman | 2017-11-24 | 1 | -6/+0 |
* | s390: crypto: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 2017-11-24 | 1 | -0/+1 |
* | s390/crypto: add s390 platform specific aes gcm support. | Harald Freudenberger | 2017-09-29 | 1 | -3/+293 |
* | s390/crypto: Extend key length check for AES-XTS in fips mode. | Harald Freudenberger | 2017-01-31 | 1 | -0/+7 |
* | s390/crypto: simplify CPACF encryption / decryption functions | Martin Schwidefsky | 2016-08-29 | 1 | -117/+79 |
* | s390/crypto: cpacf function detection | Martin Schwidefsky | 2016-08-29 | 1 | -184/+115 |
* | s390/crypto: simplify init / exit functions | Martin Schwidefsky | 2016-08-29 | 1 | -44/+35 |
* | s390/crypto: simplify return code handling | Martin Schwidefsky | 2016-08-29 | 1 | -22/+6 |
* | s390/crypto: cleanup cpacf function codes | Martin Schwidefsky | 2016-08-29 | 1 | -56/+42 |
* | crypto: s390/aes - Use skcipher for fallback | Herbert Xu | 2016-07-01 | 1 | -53/+60 |
* | s390/crypto: cleanup and move the header with the cpacf definitions | Martin Schwidefsky | 2016-04-15 | 1 | -61/+56 |
* | crypto: xts - fix compile errors | Stephan Mueller | 2016-02-17 | 1 | -0/+1 |
* | crypto: xts - consolidate sanity check for keys | Stephan Mueller | 2016-02-17 | 1 | -0/+5 |
* | s390/crypto: add cpu feature modaliases for crypto modules | Hendrik Brueckner | 2015-07-22 | 1 | -1/+2 |
* | s390/crypto: remove 'const' to avoid compiler warnings | Chen Gang | 2015-01-08 | 1 | -2/+2 |
* | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 1 | -1/+1 |
* | crypto: s390 - fix aes,des ctr mode concurrency finding. | Harald Freudenberger | 2014-05-08 | 1 | -0/+3 |
* | crypto: s390 - fix concurrency issue in aes-ctr mode | Harald Freudenberger | 2014-01-30 | 1 | -19/+46 |
* | crypto: s390 - Fix aes-xts parameter corruption | Gerald Schaefer | 2013-11-28 | 1 | -14/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-11-23 | 1 | -7/+12 |
|\ |
|
| * | crypto: s390 - Fix aes-cbc IV corruption | Herbert Xu | 2013-11-05 | 1 | -7/+12 |
* | | s390/crypto: fix aes_s390 crypto module unload problem | Ingo Tuchscherer | 2013-10-24 | 1 | -3/+12 |
|/ |
|
* | s390/crypto: Don't panic after crypto instruction failures | Jan Glauber | 2012-11-23 | 1 | -6/+12 |
* | crypto: arch/s390 - cleanup - remove unneeded cra_list initialization | Jussi Kivilinna | 2012-08-01 | 1 | -5/+0 |
* | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 2012-07-20 | 1 | -1/+1 |
* | crypto: s390 - add System z hardware support for CTR mode | Gerald Schaefer | 2011-05-04 | 1 | -2/+144 |
* | crypto: s390 - add System z hardware support for XTS mode | Gerald Schaefer | 2011-05-04 | 1 | -0/+233 |
* | crypto: s390 - extend crypto facility check | Jan Glauber | 2011-05-04 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-02-26 | 1 | -3/+3 |
|\ |
|
| * | crypto: aes_s390 - access .cip instead of .blk in cipher mode | Roel Kluin | 2010-01-08 | 1 | -3/+3 |
* | | [S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip() | Roel Kluin | 2009-12-18 | 1 | -1/+1 |
|/ |
|
* | crypto: api - Fix module load deadlock with fallback algorithms | Herbert Xu | 2009-02-26 | 1 | -1/+1 |
* | [S390] convert cpacf printks to pr_xxx macros. | Jan Glauber | 2008-12-25 | 1 | -5/+9 |
* | [S390] crypto: use more descriptive function names for init/exit routines. | Heiko Carstens | 2008-04-17 | 1 | -4/+4 |
* | [S390] arch/s390: Add missing "space" | Joe Perches | 2008-01-26 | 1 | -1/+1 |
* | [CRYPTO] s390-aes: Use correct encrypt/decrypt function in fallback | Sebastian Siewior | 2008-01-11 | 1 | -8/+2 |
* | [CRYPTO] aes_s390: Add fallback driver | Sebastian Siewior | 2008-01-11 | 1 | -21/+205 |
* | [CRYPTO] aes: Move common defines into a header file | Sebastian Siewior | 2008-01-11 | 1 | -6/+1 |
* | [CRYPTO] aes: Rename aes to aes-generic | Sebastian Siewior | 2007-10-10 | 1 | -1/+1 |
* | [S390] aes-s390 key length. | Jan Glauber | 2007-05-04 | 1 | -4/+11 |
* | [S390] move crypto options and some cleanup. | Jan Glauber | 2007-02-05 | 1 | -24/+23 |
* | [S390] Get rid of a lot of sparse warnings. | Heiko Carstens | 2007-02-05 | 1 | -3/+3 |
* | [CRYPTO] drivers: Remove obsolete block cipher operations | Herbert Xu | 2006-09-21 | 1 | -112/+0 |
* | [CRYPTO] s390: Added block cipher versions of CBC/ECB | Herbert Xu | 2006-09-21 | 1 | -3/+215 |
* | [CRYPTO] s390: Added missing driver name and priority | Herbert Xu | 2006-09-21 | 1 | -0/+2 |
* | [CRYPTO] api: Get rid of flags argument to setkey | Herbert Xu | 2006-09-21 | 1 | -1/+2 |