summaryrefslogtreecommitdiff
path: root/arch/s390/crypto
AgeCommit message (Expand)Author
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens
2025-11-05crypto: s390/sha3 - Remove superseded SHA-3 codeEric Biggers
2025-11-03crypto: s390/sha3 - Rename conflicting functionsDavid Howells
2025-10-23crypto: s390/phmac - Do not modify the req->nbytes valueHarald Freudenberger
2025-08-22crypto: hash - Make HASH_MAX_DESCSIZE a bit more obviousHerbert Xu
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-07-18crypto: engine - remove request batching supportOvidiu Panait
2025-07-14lib/crypto: s390/sha1: Migrate optimized code into libraryEric Biggers
2025-06-30lib/crypto: s390/sha512: Migrate optimized SHA-512 code to libraryEric Biggers
2025-06-30crypto: sha512 - Rename conflicting symbolsEric Biggers
2025-06-26crypto: s390 - Add selftest support for phmacHarald Freudenberger
2025-06-26crypto: s390 - New s390 specific protected key hash phmacHarald Freudenberger
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens
2025-06-13crypto: s390/sha3 - Use cpu byte-order when exportingHerbert Xu
2025-06-13crypto: s390/hmac - Fix counter in export stateHerbert Xu
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-05-21s390/crypto: Extend protected key conversion retry loopHarald Freudenberger
2025-05-17s390/crypto: Rework protected key AES for true asynch supportHarald Freudenberger
2025-05-05crypto: s390/sha512 - Initialise upper counter to zero for sha384Herbert Xu
2025-05-05crypto: s390/hmac - Use API partial block handlingHerbert Xu
2025-05-05crypto: s390/hmac - Extend hash length counters to 128 bitsHerbert Xu
2025-05-05crypto: s390/sha256 - implement library instead of shashEric Biggers
2025-04-30s390/pkey/crypto: Introduce xflags param for pkey in-kernel APIHarald Freudenberger
2025-04-30crypto: s390/sha512 - Fix sha512 state sizeHerbert Xu
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers
2025-04-28crypto: s390 - drop redundant dependencies on S390Eric Biggers
2025-04-23crypto: s390/sha512 - Use API partial block handlingHerbert Xu
2025-04-23crypto: s390/sha3 - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu
2025-04-23crypto: s390/sha256 - Use API partial block handlingHerbert Xu
2025-04-23crypto: s390/sha1 - Use API partial block handlingHerbert Xu
2025-04-23crypto: s390/ghash - Use API partial block handlingHerbert Xu
2025-04-07crypto: s390/chacha - remove the skcipher algorithmsEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-03-02crypto: s390/aes-gcm - use the new scatterwalk functionsEric Biggers
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01s390/crc32: expose CRC32 functions through libEric Biggers
2024-10-29s390/crypto: Add hardware acceleration for full AES-XTS modeHolger Dengler
2024-10-29s390/crypto: Postpone the key split to key conversionHolger Dengler
2024-10-29s390/crypto: Introduce function for tokenize clearkeysHolger Dengler
2024-10-29s390/crypto: Generalize parameters for key conversionHolger Dengler
2024-10-29s390/crypto: Use module-local structures for protected keysHolger Dengler