summaryrefslogtreecommitdiff
path: root/arch/s390/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens1-1/+1
2023-12-08crypto: s390/aes - Fix buffer overread in CTR modeHerbert Xu2-2/+6
2023-08-17s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobsHolger Dengler1-1/+1
2023-07-20s390/crypto: use kfree_sensitive() instead of kfree()Wang Ming1-1/+1
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-06-01s390/pkey: do not use struct pkey_protkeyHarald Freudenberger1-2/+7
2023-05-15s390/crypto: use vector instructions only if available for ChaCha20Heiko Carstens1-1/+1
2023-04-19s390/crc32le: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-14/+16
2023-04-19s390/crc32be: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-8/+9
2023-04-19s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc.Heiko Carstens1-23/+24
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-5/+1
2023-01-10s390/archrandom: add missing header includeHeiko Carstens1-0/+1
2023-01-06crypto: s390/aes - drop redundant xts key checkVladis Dronov1-4/+0
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-9/+19
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-18/+24
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-5/+4
2022-08-26crypto: Kconfig - move s390 entries to a submenuRobert Elliott1-0/+120
2022-08-07Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds11-11/+11
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens11-11/+11
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-1/+1
2022-06-30s390/archrandom: simplify back to earlier design and initialize earlierJason A. Donenfeld1-217/+0
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+2
2022-05-28Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+32
2022-05-25s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn1-2/+2
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov1-2/+32
2022-05-06s390/crypto: fix typos in commentsJulia Lawall2-2/+2
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-10/+10
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-16/+16
2021-12-31crypto: s390/sha512 - Use macros instead of direct IV numbersTianjia Zhang1-16/+16
2021-12-20s390/crypto: fix compile error for ChaCha20 moduleHeiko Carstens1-10/+10
2021-12-06s390/crypto: add SIMD implementation for ChaCha20Patrick Steuer4-0/+1023
2021-04-21s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger1-0/+4
2021-03-24s390/crc32-vx: couple of typo fixesBhaskar Chowdhury1-2/+2
2021-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2021-02-13s390/crypto: use store_tod_clock_ext()Heiko Carstens1-1/+1
2021-01-27s390/crypto: improve retry logic in case of master key changeHarald Freudenberger1-8/+20
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+2
2020-12-15Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-38/+125
2020-12-10s390/crypto: add arch_get_random_long() supportHarald Freudenberger1-1/+109
2020-11-20s390/prng: let misc_register() add the prng sysfs attributesJulian Wiedmann1-37/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers6-6/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-06-16s390/crypto: use scnprintf() instead of snprintf()Chen Zhou1-7/+7
2020-05-08crypto: s390/sha1 - prefix the "sha1_" functionsEric Biggers1-6/+6
2020-02-27s390/crypto: explicitly memzero stack key material in aes_s390.cTorsten Duwe1-0/+3
2020-01-30s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger1-1/+1
2020-01-30s390/crypto: enable clear key values for paes ciphersHarald Freudenberger1-22/+49
2020-01-30s390/crypto: Rework on paes implementationHarald Freudenberger1-40/+117