aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-05-29crypto: s390 - add select CRYPTO_AEAD for aesArnd Bergmann1-0/+1
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-519/+0
2026-04-03crypto: s390 - Remove des and des3_ede codeEric Biggers3-519/+0
2026-03-23lib/crypto: s390/ghash: Migrate optimized code into libraryEric Biggers3-155/+0
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-45/+77
2026-01-31crypto: s390/paes - Refuse clear key material by defaultHarald Freudenberger1-36/+57
2026-01-31crypto: s390/phmac - Refuse clear key material by defaultHarald Freudenberger1-9/+20
2026-01-15lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers2-115/+0
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-504/+0
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds5-10/+5
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens5-10/+5
2025-11-05crypto: s390/sha3 - Remove superseded SHA-3 codeEric Biggers6-504/+0
2025-11-03crypto: s390/sha3 - Rename conflicting functionsDavid Howells2-10/+10
2025-10-23crypto: s390/phmac - Do not modify the req->nbytes valueHarald Freudenberger1-18/+34
2025-08-22crypto: hash - Make HASH_MAX_DESCSIZE a bit more obviousHerbert Xu1-1/+7
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-18/+1093
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-0/+2
2025-07-18crypto: engine - remove request batching supportOvidiu Panait2-2/+2
2025-07-14lib/crypto: s390/sha1: Migrate optimized code into libraryEric Biggers3-114/+0
2025-06-30lib/crypto: s390/sha512: Migrate optimized SHA-512 code to libraryEric Biggers3-162/+0
2025-06-30crypto: sha512 - Rename conflicting symbolsEric Biggers1-4/+4
2025-06-26crypto: s390 - Add selftest support for phmacHarald Freudenberger1-0/+137
2025-06-26crypto: s390 - New s390 specific protected key hash phmacHarald Freudenberger2-0/+912
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens2-0/+2
2025-06-13crypto: s390/sha3 - Use cpu byte-order when exportingHerbert Xu3-13/+35
2025-06-13crypto: s390/hmac - Fix counter in export stateHerbert Xu1-4/+8
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-538/+1269
2025-05-21s390/crypto: Extend protected key conversion retry loopHarald Freudenberger1-2/+5
2025-05-17s390/crypto: Rework protected key AES for true asynch supportHarald Freudenberger1-538/+1266
2025-05-05crypto: s390/sha512 - Initialise upper counter to zero for sha384Herbert Xu1-8/+9
2025-05-05crypto: s390/hmac - Use API partial block handlingHerbert Xu1-46/+107
2025-05-05crypto: s390/hmac - Extend hash length counters to 128 bitsHerbert Xu1-11/+14
2025-05-05crypto: s390/sha256 - implement library instead of shashEric Biggers3-155/+0
2025-04-30s390/pkey/crypto: Introduce xflags param for pkey in-kernel APIHarald Freudenberger1-3/+3
2025-04-30crypto: s390/sha512 - Fix sha512 state sizeHerbert Xu2-8/+8
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers5-986/+0
2025-04-28crypto: s390 - drop redundant dependencies on S390Eric Biggers1-10/+0
2025-04-23crypto: s390/sha512 - Use API partial block handlingHerbert Xu3-136/+47
2025-04-23crypto: s390/sha3 - Use API partial block handlingHerbert Xu3-73/+54
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu1-1/+0
2025-04-23crypto: s390/sha256 - Use API partial block handlingHerbert Xu1-16/+17
2025-04-23crypto: s390/sha1 - Use API partial block handlingHerbert Xu3-15/+92
2025-04-23crypto: s390/ghash - Use API partial block handlingHerbert Xu1-57/+47
2025-04-07crypto: s390/chacha - remove the skcipher algorithmsEric Biggers2-95/+13
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers1-1/+7
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers1-7/+1
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers1-2/+1
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu1-12/+9
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-1/+2
2025-03-02crypto: s390/aes-gcm - use the new scatterwalk functionsEric Biggers1-20/+13
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds6-746/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-01s390/crc32: expose CRC32 functions through libEric Biggers6-746/+0
2024-10-29s390/crypto: Add hardware acceleration for full AES-XTS modeHolger Dengler1-5/+104
2024-10-29s390/crypto: Postpone the key split to key conversionHolger Dengler1-25/+74
2024-10-29s390/crypto: Introduce function for tokenize clearkeysHolger Dengler1-11/+23
2024-10-29s390/crypto: Generalize parameters for key conversionHolger Dengler1-7/+7
2024-10-29s390/crypto: Use module-local structures for protected keysHolger Dengler1-28/+35
2024-10-29s390/crypto: Convert to reverse x-mas tree, rename ret to rcHolger Dengler1-61/+61
2024-10-25s390/crypto: Switch over to sysfs_emit()Mete Durlu1-7/+7
2024-09-24Merge tag 'v6.12-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+4
2024-09-21crypto: s390/paes - Fix module aliasesHerbert Xu1-1/+4
2024-09-05s390/sha3: Fix SHA3 selftests failuresIngo Franzki3-0/+7
2024-08-29s390/sha3: Support sha3 performance enhancementsJoerg Schmidbauer4-8/+28
2024-08-29s390/pkey: Rework and split PKEY kernel module codeHarald Freudenberger1-2/+2
2024-08-29s390/crypto: Add hardware acceleration for HMAC modesHolger Dengler3-0/+370
2024-08-29s390/crypto: Add hardware acceleration for full AES-XTS modeHolger Dengler1-3/+117
2024-06-28s390/crc32: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-05-01s390/paes: Reestablish retry loop in paesHarald Freudenberger1-2/+13
2024-03-07s390/crypto: remove retry loop with sleep from PAES pkey invocationHarald Freudenberger1-14/+2
2024-02-16s390/crc32le: convert to CHeiko Carstens3-141/+104
2024-02-16s390/crc32be: convert to CHeiko Carstens3-107/+77
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens2-2/+2
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens5-5/+5
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens2-2/+2
2024-01-10Merge 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-21/+22
2023-02-21Merge 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-06Merge 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-27Merge 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-21Merge 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-14Merge 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-21/+48
2020-01-30s390/crypto: Rework on paes implementationHarald Freudenberger1-40/+117
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-20/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers4-31/+10
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-862/+580
2019-11-20s390/crypto: Fix unsigned variable compared with zeroYueHaibing1-2/+5
2019-10-23crypto: s390/des - convert to skcipher APIEric Biggers1-247/+172
2019-10-23crypto: s390/paes - convert to skcipher APIEric Biggers1-240/+174
2019-10-23crypto: s390/aes - convert to skcipher APIEric Biggers1-375/+234
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-27/+24
2019-09-13s390/crypto: Support for SHA3 via CPACF (MSA6)Joerg Schmidbauer5-27/+362
2019-09-05s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger1-0/+6
2019-09-05crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede1-4/+4
2019-08-22crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifierArd Biesheuvel1-2/+2
2019-08-22crypto: s390/xts-aes - invoke fallback for ciphertext stealingArd Biesheuvel1-4/+4
2019-08-22crypto: s390/des - switch to new verification routinesArd Biesheuvel1-14/+11
2019-08-21s390/paes: Prepare paes functions for large key blobsHarald Freudenberger1-24/+160
2019-07-31crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel1-4/+4
2019-07-27crypto: ghash - add comment and improve help textEric Biggers1-1/+1
2019-06-15s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand3-3/+3
2019-06-15s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand1-2/+2
2019-06-15s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand1-1/+1
2019-05-29s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger2-7/+8
2019-05-28s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger1-41/+107
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-17/+4
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky2-2/+5
2019-04-25s390/crypto: use TRNG for seeding/reseedingHarald Freudenberger1-20/+47
2019-04-25s390/crypto: rework generate_entropy function for pseudo random ddHarald Freudenberger1-27/+57
2019-04-18crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu1-17/+4
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-24/+24
2018-10-10s390/crypto: Enhance paes cipher to accept variable length key materialIngo Franzki1-26/+37
2018-09-28s390/crypto: Remove VLA usage of skcipherKees Cook1-24/+24
2018-09-04s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki1-1/+1
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-1/+0
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers4-6/+0
2018-05-30s390/archrandom: Rework arch random implementation.Harald Freudenberger1-4/+99
2018-05-07s390/crc32-vx: use expoline for indirect branchesMartin Schwidefsky2-2/+7
2018-04-10s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger2-8/+8
2018-03-18s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger1-1/+4
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+3
2017-12-05s390: Remove redudant license textMartin Schwidefsky1-6/+0
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky1-0/+1
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman8-46/+0
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman11-0/+11
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-3/+293
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-09-29s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger1-3/+293
2017-06-12s390/crypto: fix aes/paes Kconfig dependenyHarald Freudenberger1-1/+2
2017-06-12s390: add missing header includes for type checkingHeiko Carstens1-0/+1
2017-04-26s390/crypt: use the correct module alias for paes_s390.Harald Freudenberger1-1/+1
2017-04-26s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger2-0/+32
2017-04-26s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger1-21/+21
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-03-01s390/crypt: fix missing unlock in ctr_paes_crypt on error pathMartin Schwidefsky1-1/+4
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky2-1/+620
2017-01-31s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger1-16/+24
2017-01-31s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger1-0/+7
2017-01-31s390/crypto: Check des3_ede keys for uniqueness in fips modeMatthew Rosato1-0/+14
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12s390/crypto: unlock on error in prng_tdes_read()Dan Carpenter1-2/+4
2016-09-06s390/crypto: avoid returning garbage valueColin Ian King1-1/+1
2016-08-29s390/crypto: simplify CPACF encryption / decryption functionsMartin Schwidefsky2-214/+136
2016-08-29s390/crypto: cpacf function detectionMartin Schwidefsky7-219/+165
2016-08-29s390/crypto: simplify init / exit functionsMartin Schwidefsky2-98/+79
2016-08-29s390/crypto: simplify return code handlingMartin Schwidefsky5-140/+44
2016-08-29s390/crypto: cleanup cpacf function codesMartin Schwidefsky2-76/+69
2016-08-29s390/fpu: improve kernel_fpu_[begin|end]Martin Schwidefsky1-1/+1
2016-08-08s390/crc32-vx: Fix checksum calculation for small sizesChristian Borntraeger1-3/+3
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-53/+60
2016-07-01crypto: s390/aes - Use skcipher for fallbackHerbert Xu1-53/+60
2016-06-15s390/crc32-vx: add crypto API module for optimized CRC-32 algorithmsHendrik Brueckner2-0/+313
2016-06-14s390/crc32-vx: use vector instructions to optimize CRC-32 computationHendrik Brueckner2-0/+475
2016-04-15s390/crypto: cleanup and move the header with the cpacf definitionsMartin Schwidefsky9-660/+146
2016-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+2