Age | Commit message (Expand) | Author | Files | Lines |
2022-06-30 | s390/archrandom: simplify back to earlier design and initialize earlier | Jason A. Donenfeld | 1 | -217/+0 |
2022-06-03 | Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -2/+2 |
2022-05-27 | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+32 |
2022-05-25 | s390/crypto: fix scatterwalk_unmap() callers in AES-GCM | Jann Horn | 1 | -2/+2 |
2022-05-13 | crypto: s390 - add crypto library interface for ChaCha20 | Vladis Dronov | 1 | -2/+32 |
2022-05-06 | s390/crypto: fix typos in comments | Julia Lawall | 2 | -2/+2 |
2022-03-10 | s390: convert ".insn" encoding to instruction names | Vasily Gorbik | 1 | -10/+10 |
2022-01-11 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -16/+16 |
2021-12-31 | crypto: s390/sha512 - Use macros instead of direct IV numbers | Tianjia Zhang | 1 | -16/+16 |
2021-12-20 | s390/crypto: fix compile error for ChaCha20 module | Heiko Carstens | 1 | -10/+10 |
2021-12-06 | s390/crypto: add SIMD implementation for ChaCha20 | Patrick Steuer | 4 | -0/+1023 |
2021-04-21 | s390/archrandom: add parameter check for s390_arch_random_generate | Harald Freudenberger | 1 | -0/+4 |
2021-03-24 | s390/crc32-vx: couple of typo fixes | Bhaskar Chowdhury | 1 | -2/+2 |
2021-02-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+2 |
2021-02-13 | s390/crypto: use store_tod_clock_ext() | Heiko Carstens | 1 | -1/+1 |
2021-01-27 | s390/crypto: improve retry logic in case of master key change | Harald Freudenberger | 1 | -8/+20 |
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel | 1 | -0/+2 |
2020-12-14 | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -38/+125 |
2020-12-10 | s390/crypto: add arch_get_random_long() support | Harald Freudenberger | 1 | -1/+109 |
2020-11-20 | s390/prng: let misc_register() add the prng sysfs attributes | Julian Wiedmann | 1 | -37/+16 |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 6 | -6/+5 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -2/+2 |
2020-06-16 | s390/crypto: use scnprintf() instead of snprintf() | Chen Zhou | 1 | -7/+7 |
2020-05-08 | crypto: s390/sha1 - prefix the "sha1_" functions | Eric Biggers | 1 | -6/+6 |
2020-02-27 | s390/crypto: explicitly memzero stack key material in aes_s390.c | Torsten Duwe | 1 | -0/+3 |
2020-01-30 | s390/pkey/zcrypt: Support EP11 AES secure keys | Harald Freudenberger | 1 | -1/+1 |
2020-01-30 | s390/crypto: enable clear key values for paes ciphers | Harald Freudenberger | 1 | -22/+49 |
2020-01-30 | s390/crypto: Rework on paes implementation | Harald Freudenberger | 1 | -40/+117 |
2020-01-09 | crypto: remove propagation of CRYPTO_TFM_RES_* flags | Eric Biggers | 1 | -20/+3 |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 4 | -31/+10 |
2019-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 3 | -862/+580 |
2019-11-20 | s390/crypto: Fix unsigned variable compared with zero | YueHaibing | 1 | -2/+5 |
2019-10-23 | crypto: s390/des - convert to skcipher API | Eric Biggers | 1 | -247/+172 |
2019-10-23 | crypto: s390/paes - convert to skcipher API | Eric Biggers | 1 | -240/+174 |
2019-10-23 | crypto: s390/aes - convert to skcipher API | Eric Biggers | 1 | -375/+234 |
2019-09-18 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -27/+24 |
2019-09-13 | s390/crypto: Support for SHA3 via CPACF (MSA6) | Joerg Schmidbauer | 5 | -28/+363 |
2019-09-05 | s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding | Harald Freudenberger | 1 | -0/+6 |
2019-09-05 | crypto: s390 - Rename functions to avoid conflict with crypto/sha256.h | Hans de Goede | 1 | -4/+4 |
2019-08-22 | crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier | Ard Biesheuvel | 1 | -2/+2 |
2019-08-22 | crypto: s390/xts-aes - invoke fallback for ciphertext stealing | Ard Biesheuvel | 1 | -4/+4 |
2019-08-22 | crypto: s390/des - switch to new verification routines | Ard Biesheuvel | 1 | -14/+11 |
2019-08-21 | s390/paes: Prepare paes functions for large key blobs | Harald Freudenberger | 1 | -24/+160 |
2019-07-31 | crypto: s390/aes - fix name clash after AES library refactor | Ard Biesheuvel | 1 | -4/+4 |
2019-07-27 | crypto: ghash - add comment and improve help text | Eric Biggers | 1 | -1/+1 |
2019-06-15 | s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPP | David Hildenbrand | 3 | -3/+3 |
2019-06-15 | s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPP | David Hildenbrand | 1 | -2/+2 |
2019-06-15 | s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPP | David Hildenbrand | 1 | -1/+1 |
2019-05-29 | s390/crypto: fix possible sleep during spinlock aquired | Harald Freudenberger | 2 | -7/+8 |
2019-05-28 | s390/crypto: fix gcm-aes-s390 selftest failures | Harald Freudenberger | 1 | -41/+107 |