| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/crypto: explicitly memzero stack key material in aes_s390.c | Torsten Duwe | 2020-02-27 | 1 | -0/+3 |
* | s390/pkey/zcrypt: Support EP11 AES secure keys | Harald Freudenberger | 2020-01-30 | 1 | -1/+1 |
* | s390/crypto: enable clear key values for paes ciphers | Harald Freudenberger | 2020-01-30 | 1 | -22/+49 |
* | s390/crypto: Rework on paes implementation | Harald Freudenberger | 2020-01-30 | 1 | -40/+117 |
* | crypto: remove propagation of CRYPTO_TFM_RES_* flags | Eric Biggers | 2020-01-09 | 1 | -20/+3 |
* | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 2020-01-09 | 4 | -31/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2019-11-25 | 3 | -862/+580 |
|\ |
|
| * | crypto: s390/des - convert to skcipher API | Eric Biggers | 2019-10-23 | 1 | -247/+172 |
| * | crypto: s390/paes - convert to skcipher API | Eric Biggers | 2019-10-23 | 1 | -240/+174 |
| * | crypto: s390/aes - convert to skcipher API | Eric Biggers | 2019-10-23 | 1 | -375/+234 |
* | | s390/crypto: Fix unsigned variable compared with zero | YueHaibing | 2019-11-20 | 1 | -2/+5 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-09-18 | 4 | -27/+24 |
|\ |
|
| * | crypto: s390 - Rename functions to avoid conflict with crypto/sha256.h | Hans de Goede | 2019-09-05 | 1 | -4/+4 |
| * | crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier | Ard Biesheuvel | 2019-08-22 | 1 | -2/+2 |
| * | crypto: s390/xts-aes - invoke fallback for ciphertext stealing | Ard Biesheuvel | 2019-08-22 | 1 | -4/+4 |
| * | crypto: s390/des - switch to new verification routines | Ard Biesheuvel | 2019-08-22 | 1 | -14/+11 |
| * | crypto: s390/aes - fix name clash after AES library refactor | Ard Biesheuvel | 2019-07-31 | 1 | -4/+4 |
| * | crypto: ghash - add comment and improve help text | Eric Biggers | 2019-07-27 | 1 | -1/+1 |
* | | s390/crypto: Support for SHA3 via CPACF (MSA6) | Joerg Schmidbauer | 2019-09-13 | 5 | -28/+363 |
* | | s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding | Harald Freudenberger | 2019-09-05 | 1 | -0/+6 |
* | | s390/paes: Prepare paes functions for large key blobs | Harald Freudenberger | 2019-08-21 | 1 | -24/+160 |
|/ |
|
* | s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPP | David Hildenbrand | 2019-06-15 | 3 | -3/+3 |
* | s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPP | David Hildenbrand | 2019-06-15 | 1 | -2/+2 |
* | s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPP | David Hildenbrand | 2019-06-15 | 1 | -1/+1 |
* | s390/crypto: fix possible sleep during spinlock aquired | Harald Freudenberger | 2019-05-29 | 2 | -7/+8 |
* | s390/crypto: fix gcm-aes-s390 selftest failures | Harald Freudenberger | 2019-05-28 | 1 | -41/+107 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-05-06 | 1 | -17/+4 |
|\ |
|
| * | crypto: s390 - Forbid 2-key 3DES in FIPS mode | Herbert Xu | 2019-04-18 | 1 | -17/+4 |
* | | s390: add missing ENDPROC statements to assembler functions | Martin Schwidefsky | 2019-05-02 | 2 | -2/+5 |
* | | s390/crypto: use TRNG for seeding/reseeding | Harald Freudenberger | 2019-04-25 | 1 | -20/+47 |
* | | s390/crypto: rework generate_entropy function for pseudo random dd | Harald Freudenberger | 2019-04-25 | 1 | -28/+58 |
|/ |
|
* | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 2019-01-25 | 1 | -2/+2 |
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations | Eric Biggers | 2018-11-20 | 1 | -1/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-10-25 | 1 | -24/+24 |
|\ |
|
| * | s390/crypto: Remove VLA usage of skcipher | Kees Cook | 2018-09-28 | 1 | -24/+24 |
* | | s390/crypto: Enhance paes cipher to accept variable length key material | Ingo Franzki | 2018-10-10 | 1 | -26/+37 |
* | | s390/crypto: Fix return code checking in cbc_paes_crypt() | Ingo Franzki | 2018-09-04 | 1 | -1/+1 |
|/ |
|
* | crypto: aead - remove useless setting of type flags | Eric Biggers | 2018-07-09 | 1 | -1/+0 |
* | crypto: shash - remove useless setting of type flags | Eric Biggers | 2018-07-09 | 4 | -6/+0 |
* | s390/archrandom: Rework arch random implementation. | Harald Freudenberger | 2018-05-30 | 1 | -4/+99 |
* | s390/crc32-vx: use expoline for indirect branches | Martin Schwidefsky | 2018-05-07 | 2 | -2/+7 |
* | s390/crypto: Adjust s390 aes and paes cipher priorities | Harald Freudenberger | 2018-04-10 | 2 | -8/+8 |
* | s390/crypto: Fix kernel crash on aes_s390 module remove. | Harald Freudenberger | 2018-03-18 | 1 | -1/+4 |
* | crypto: hash - annotate algorithms taking optional key | Eric Biggers | 2018-01-12 | 1 | -0/+3 |
* | s390: Remove redudant license text | Martin Schwidefsky | 2017-12-05 | 1 | -6/+0 |
* | s390: add a few more SPDX identifiers | Martin Schwidefsky | 2017-12-05 | 1 | -0/+1 |
* | s390: crypto: Remove redundant license text | Greg Kroah-Hartman | 2017-11-24 | 8 | -46/+0 |
* | s390: crypto: add SPDX identifiers to the remaining files | Greg Kroah-Hartman | 2017-11-24 | 11 | -0/+11 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2017-11-13 | 1 | -3/+293 |
|\ |
|
| * | s390/crypto: add s390 platform specific aes gcm support. | Harald Freudenberger | 2017-09-29 | 1 | -3/+293 |