summaryrefslogtreecommitdiff
path: root/arch/s390/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-20/+1095
2025-07-30Merge 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-15/+37
2025-06-13crypto: s390/hmac - Fix counter in export stateHerbert Xu1-4/+8
2025-05-27Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-542/+1273
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-542/+1270
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-47/+108
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-23Merge 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-02s390/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