summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto
AgeCommit message (Expand)AuthorLines
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-45/+77
2026-01-31crypto: s390/paes - Refuse clear key material by defaultHarald Freudenberger-36/+57
2026-01-31crypto: s390/phmac - Refuse clear key material by defaultHarald Freudenberger-9/+20
2026-01-15lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers-115/+0
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-504/+0
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-10/+5
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens-10/+5
2025-11-05crypto: s390/sha3 - Remove superseded SHA-3 codeEric Biggers-504/+0
2025-11-03crypto: s390/sha3 - Rename conflicting functionsDavid Howells-10/+10
2025-10-23crypto: s390/phmac - Do not modify the req->nbytes valueHarald Freudenberger-18/+34
2025-08-22crypto: hash - Make HASH_MAX_DESCSIZE a bit more obviousHerbert Xu-1/+7
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-20/+1095
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+2
2025-07-18crypto: engine - remove request batching supportOvidiu Panait-2/+2
2025-07-14lib/crypto: s390/sha1: Migrate optimized code into libraryEric Biggers-114/+0
2025-06-30lib/crypto: s390/sha512: Migrate optimized SHA-512 code to libraryEric Biggers-162/+0
2025-06-30crypto: sha512 - Rename conflicting symbolsEric Biggers-4/+4
2025-06-26crypto: s390 - Add selftest support for phmacHarald Freudenberger-0/+137
2025-06-26crypto: s390 - New s390 specific protected key hash phmacHarald Freudenberger-0/+912
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens-0/+2
2025-06-13crypto: s390/sha3 - Use cpu byte-order when exportingHerbert Xu-15/+37
2025-06-13crypto: s390/hmac - Fix counter in export stateHerbert Xu-4/+8
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-542/+1273
2025-05-21s390/crypto: Extend protected key conversion retry loopHarald Freudenberger-2/+5
2025-05-17s390/crypto: Rework protected key AES for true asynch supportHarald Freudenberger-542/+1270
2025-05-05crypto: s390/sha512 - Initialise upper counter to zero for sha384Herbert Xu-8/+9
2025-05-05crypto: s390/hmac - Use API partial block handlingHerbert Xu-47/+108
2025-05-05crypto: s390/hmac - Extend hash length counters to 128 bitsHerbert Xu-11/+14
2025-05-05crypto: s390/sha256 - implement library instead of shashEric Biggers-155/+0
2025-04-30s390/pkey/crypto: Introduce xflags param for pkey in-kernel APIHarald Freudenberger-3/+3
2025-04-30crypto: s390/sha512 - Fix sha512 state sizeHerbert Xu-8/+8
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers-986/+0
2025-04-28crypto: s390 - drop redundant dependencies on S390Eric Biggers-10/+0
2025-04-23crypto: s390/sha512 - Use API partial block handlingHerbert Xu-136/+47
2025-04-23crypto: s390/sha3 - Use API partial block handlingHerbert Xu-73/+54
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu-1/+0
2025-04-23crypto: s390/sha256 - Use API partial block handlingHerbert Xu-16/+17
2025-04-23crypto: s390/sha1 - Use API partial block handlingHerbert Xu-15/+92
2025-04-23crypto: s390/ghash - Use API partial block handlingHerbert Xu-57/+47
2025-04-07crypto: s390/chacha - remove the skcipher algorithmsEric Biggers-95/+13
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers-1/+7
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers-7/+1
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers-2/+1
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu-12/+9
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu-1/+2
2025-03-02crypto: s390/aes-gcm - use the new scatterwalk functionsEric Biggers-20/+13
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-746/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-12-01s390/crc32: expose CRC32 functions through libEric Biggers-746/+0
2024-10-29s390/crypto: Add hardware acceleration for full AES-XTS modeHolger Dengler-5/+104