messages from 2025-04-16 06:42:46 to 2025-04-18 03:12:36 UTC [more...]
[PATCH 00/15] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-18 3:12 UTC (18+ messages)
` [PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
` [PATCH 02/15] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH 03/15] crypto: arm64 - remove CRYPTO dependency of library functions
` [PATCH 04/15] crypto: loongarch - source arch/loongarch/crypto/Kconfig without CRYPTO
` [PATCH 05/15] crypto: mips - remove CRYPTO dependency of library functions
` [PATCH 06/15] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH 07/15] crypto: powerpc - remove CRYPTO dependency of library functions
` [PATCH 08/15] crypto: riscv "
` [PATCH 09/15] crypto: s390 - drop redundant dependencies on S390
` [PATCH 10/15] crypto: s390 - remove CRYPTO dependency of library functions
` [PATCH 11/15] crypto: sparc - source arch/sparc/crypto/Kconfig without CRYPTO
` [PATCH 12/15] crypto: x86 - drop redundant dependencies on X86
` [PATCH 13/15] crypto: x86 - remove CRYPTO dependency of library functions
` [PATCH 14/15] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH 15/15] crypto: lib/poly1305 "
[v2 PATCH 00/67] crypto: shash - Handle partial blocks in API
2025-04-18 3:01 UTC (68+ messages)
` [v2 PATCH 01/67] "
` [v2 PATCH 02/67] crypto: blake2b-generic - Use API partial block handling
` [v2 PATCH 03/67] crypto: arm/blake2b "
` [v2 PATCH 04/67] crypto: ghash-generic "
` [v2 PATCH 05/67] crypto: powerpc/ghash "
` [v2 PATCH 06/67] crypto: arm/ghash "
` [v2 PATCH 07/67] crypto: arm64/ghash "
` [v2 PATCH 08/67] crypto: riscv/ghash "
` [v2 PATCH 09/67] crypto: s390/ghash "
` [v2 PATCH 10/67] crypto: x86/ghash "
` [v2 PATCH 11/67] crypto: md5-generic "
` [v2 PATCH 12/67] crypto: mips/octeon-md5 "
` [v2 PATCH 13/67] crypto: powerpc/md5 "
` [v2 PATCH 14/67] crypto: sparc/md5 "
` [v2 PATCH 15/67] crypto: x86/sha1 "
` [v2 PATCH 16/67] crypto: arm64/sha1 "
` [v2 PATCH 17/67] crypto: mips/octeon-sha1 "
` [v2 PATCH 18/67] crypto: sha1-generic "
` [v2 PATCH 19/67] crypto: arm/sha1-ce "
` [v2 PATCH 20/67] crypto: arm/sha1-neon "
` [v2 PATCH 21/67] crypto: arm/sha1-asm "
` [v2 PATCH 22/67] crypto: powerpc/sha1 "
` [v2 PATCH 23/67] crypto: powerpc/sha1-spe "
` [v2 PATCH 24/67] crypto: s390/sha1 "
` [v2 PATCH 25/67] crypto: sparc/sha1 "
` [v2 PATCH 26/67] crypto: sha1_base - Remove partial block helpers
` [v2 PATCH 27/67] crypto: x86/sha256 - Use API partial block handling
` [v2 PATCH 28/67] crypto: mips/octeon-sha256 "
` [v2 PATCH 29/67] crypto: riscv/sha256 "
` [v2 PATCH 30/67] crypto: sha256-generic "
` [v2 PATCH 31/67] crypto: arm/sha256-ce "
` [v2 PATCH 32/67] crypto: arm/sha256-neon "
` [v2 PATCH 33/67] crypto: arm/sha256-asm "
` [v2 PATCH 34/67] crypto: arm64/sha256-ce "
` [v2 PATCH 35/67] crypto: arm64/sha256 "
` [v2 PATCH 36/67] crypto: powerpc/sha256-spe "
` [v2 PATCH 37/67] crypto: s390/sha256 "
` [v2 PATCH 38/67] crypto: sparc/sha256 "
` [v2 PATCH 39/67] crypto: sha256_base - Remove partial block helpers
` [v2 PATCH 40/67] crypto: arm64/sha3-ce - Use API partial block handling
` [v2 PATCH 41/67] crypto: s390/sha3 "
` [v2 PATCH 42/67] crypto: sha3-generic "
` [v2 PATCH 43/67] crypto: zynqmp-sha "
` [v2 PATCH 44/67] crypto: x86/sha512 "
` [v2 PATCH 45/67] crypto: mips/octeon-sha512 "
` [v2 PATCH 46/67] crypto: riscv/sha512 "
` [v2 PATCH 47/67] crypto: sha512-generic "
` [v2 PATCH 48/67] crypto: arm/sha512-neon "
` [v2 PATCH 49/67] crypto: arm/sha512-asm "
` [v2 PATCH 50/67] crypto: arm64/sha512-ce "
` [v2 PATCH 51/67] crypto: arm/sha512 "
` [v2 PATCH 52/67] crypto: s390/sha512 "
` [v2 PATCH 53/67] crypto: sparc/sha512 "
` [v2 PATCH 54/67] crypto: sha512_base - Remove partial block helpers
` [v2 PATCH 55/67] crypto: sm3-generic - Use API partial block handling
` [v2 PATCH 56/67] crypto: arm64/sm3-ce "
` [v2 PATCH 57/67] crypto: arm64/sm3-neon "
` [v2 PATCH 58/67] crypto: riscv/sm3 "
` [v2 PATCH 59/67] crypto: x86/sm3 "
` [v2 PATCH 60/67] crypto: lib/sm3 - Remove partial block helpers
` [v2 PATCH 61/67] crypto: cbcmac - Use API partial block handling
` [v2 PATCH 62/67] crypto: cmac "
` [v2 PATCH 63/67] crypto: xcbc "
` [v2 PATCH 64/67] crypto: arm64/aes "
` [v2 PATCH 65/67] crypto: arm64/sm4 "
` [v2 PATCH 66/67] crypto: nx "
` [v2 PATCH 67/67] crypto: padlock-sha "
[PATCH 00/67] crypto: shash - Handle partial blocks in API
2025-04-18 2:52 UTC (70+ messages)
` [PATCH 01/67] "
` [PATCH 02/67] crypto: blake2b-generic - Use API partial block handling
` [PATCH 03/67] crypto: arm/blake2b "
` [PATCH 04/67] crypto: ghash-generic "
` [PATCH 05/67] crypto: powerpc/ghash "
` [PATCH 06/67] crypto: arm/ghash "
` [PATCH 07/67] crypto: arm64/ghash "
` [PATCH 08/67] crypto: riscv/ghash "
` [PATCH 09/67] crypto: s390/ghash "
` [PATCH 10/67] crypto: x86/ghash "
` [PATCH 11/67] crypto: md5-generic "
` [PATCH 12/67] crypto: mips/octeon-md5 "
` [PATCH 13/67] crypto: powerpc/md5 "
` [PATCH 14/67] crypto: sparc/md5 "
` [PATCH 15/67] crypto: x86/sha1 "
` [PATCH 16/67] crypto: arm64/sha1 "
` [PATCH 17/67] crypto: mips/octeon-sha1 "
` [PATCH 18/67] crypto: sha1-generic "
` [PATCH 19/67] crypto: arm/sha1-ce "
` [PATCH 20/67] crypto: arm/sha1-neon "
` [PATCH 21/67] crypto: arm/sha1-asm "
` [PATCH 22/67] crypto: powerpc/sha1 "
` [PATCH 23/67] crypto: powerpc/sha1-spe "
` [PATCH 24/67] crypto: s390/sha1 "
` [PATCH 25/67] crypto: sparc/sha1 "
` [PATCH 26/67] crypto: sha1_base - Remove partial block helpers
` [PATCH 27/67] crypto: x86/sha256 - Use API partial block handling
` [PATCH 28/67] crypto: mips/octeon-sha256 "
` [PATCH 29/67] crypto: riscv/sha256 "
` [PATCH 30/67] crypto: sha256-generic "
` [PATCH 31/67] crypto: arm/sha256-ce "
` [PATCH 32/67] crypto: arm/sha256-neon "
` [PATCH 33/67] crypto: arm/sha256-asm "
` [PATCH 34/67] crypto: arm64/sha256-ce "
` [PATCH 35/67] crypto: arm64/sha256 "
` [PATCH 36/67] crypto: powerpc/sha256-spe "
` [PATCH 37/67] crypto: s390/sha256 "
` [PATCH 38/67] crypto: sparc/sha256 "
` [PATCH 39/67] crypto: sha256_base - Remove partial block helpers
` [PATCH 40/67] crypto: arm64/sha3-ce - Use API partial block handling
` [PATCH 41/67] crypto: s390/sha3 "
` [PATCH 42/67] crypto: sha3-generic "
` [PATCH 43/67] crypto: zynqmp-sha "
` [PATCH 44/67] crypto: x86/sha512 "
` [PATCH 45/67] crypto: mips/octeon-sha512 "
` [PATCH 46/67] crypto: riscv/sha512 "
` [PATCH 47/67] crypto: sha512-generic "
` [PATCH 48/67] crypto: arm/sha512-neon "
` [PATCH 49/67] crypto: arm/sha512-asm "
` [PATCH 50/67] crypto: arm64/sha512-ce "
` [PATCH 51/67] crypto: arm/sha512 "
` [PATCH 52/67] crypto: s390/sha512 "
` [PATCH 53/67] crypto: sparc/sha512 "
` [PATCH 54/67] crypto: sha512_base - Remove partial block helpers
` [PATCH 55/67] crypto: sm3-generic - Use API partial block handling
` [PATCH 56/67] crypto: arm64/sm3-ce "
` [PATCH 57/67] crypto: arm64/sm3-neon "
` [PATCH 58/67] crypto: riscv/sm3 "
` [PATCH 59/67] crypto: x86/sm3 "
` [PATCH 60/67] crypto: lib/sm3 - Remove partial block helpers
` [PATCH 61/67] crypto: cbcmac - Use API partial block handling
` [PATCH 62/67] crypto: cmac "
` [PATCH 63/67] crypto: xcbc "
` [PATCH 64/67] crypto: arm64/aes "
` [PATCH 65/67] crypto: arm64/sm4 "
` [PATCH 66/67] crypto: nx "
` [PATCH 67/67] crypto: padlock-sha "
` [PATCH] crypto: acomp - Add missing return statements in compress/decompress
[RFC PATCH] crypto: riscv: scalar accelerated GHASH
2025-04-18 2:49 UTC (14+ messages)
[PATCH] crypto: engine - Realign struct crypto_engine to save 8 bytes
2025-04-17 22:36 UTC
[PATCH] s390/crc32: Remove no-op module init and exit functions
2025-04-17 16:38 UTC
[PATCH] lib/crc: make the CPU feature static keys __ro_after_init
2025-04-17 16:32 UTC (3+ messages)
[PATCH v2 2/3] accel/amdpk: add driver for AMD PKI accelerator
2025-04-17 15:32 UTC (8+ messages)
[PATCH 1/4] crypto: img-hash - use API helpers to setup fallback request
2025-04-17 7:16 UTC (5+ messages)
` [PATCH 3/4] crypto: sun8i-ss "
[PATCH 0/4] Make crypto/internal/simd.h resilient
2025-04-17 2:26 UTC (4+ messages)
` [PATCH 1/4] asm-generic: Make simd.h more resilient
` [PATCH] powerpc/crc: Include uaccess.h and others
linux-next: build failure after merge of the crypto tree
2025-04-17 1:52 UTC
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-16 17:31 UTC (10+ messages)
` [PATCH v2 security-next 1/4] security: "
[PATCH] powerpc/crc: include <linux/uaccess.h>
2025-04-16 17:14 UTC
[GIT PULL] Crypto Update for 6.6
2025-04-16 15:24 UTC (12+ messages)
` [GIT PULL] Crypto Update for 6.7
` [GIT PULL] Crypto Update for 6.8
` [GIT PULL] Crypto Fixes "
` [GIT PULL] Crypto Fixes for 6.9
` [GIT PULL] Crypto Fixes for 6.10
` [GIT PULL] Crypto Fixes for 6.12
` [GIT PULL] Crypto Fixes for 6.13
` [GIT PULL] Crypto Fixes for 6.15
[PATCH] crypto: ecdsa - explicitly zeroize pub_key
2025-04-16 15:16 UTC (3+ messages)
[PATCH v2 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
2025-04-16 8:27 UTC (4+ messages)
` [PATCH v2 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
[PATCH 0/9] Remove per-architecture poly1305 shash glue code
2025-04-16 8:00 UTC (2+ messages)
[PATCH] crypto: deadcode structs from 'comp' removal
2025-04-16 7:59 UTC (2+ messages)
[PATCH] crypto: skcipher - Realign struct skcipher_walk to save 8 bytes
2025-04-16 7:59 UTC (2+ messages)
[PATCH v2 0/3] Use a local device pointer for hwrng drivers instead of casting constantly
2025-04-16 7:58 UTC (2+ messages)
[PATCH] crypto: ccp: Fix __sev_snp_shutdown_locked()
2025-04-16 7:57 UTC (2+ messages)
[PATCH] crypto: essiv - Remove unnecessary strscpy() size argument
2025-04-16 7:56 UTC (2+ messages)
[PATCH RESEND v2 0/2] ecdsa KEYCTL_PKEY_QUERY fixes
2025-04-16 7:56 UTC (2+ messages)
[PATCH] crypto: caam: Add support for i.MX8QM
2025-04-16 7:56 UTC (2+ messages)
[PATCH v2] crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flag to atmel-aes, atmel-sha, atmel-tdes drivers
2025-04-16 7:55 UTC (2+ messages)
[RESEND PATCH] crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()
2025-04-16 7:54 UTC (2+ messages)
[PATCH] crypto: public_key - Make sig/tfm local to if clause in software_key_query
2025-04-16 7:48 UTC
[PATCH] crypto: powerpc - Include uaccess.h and others
2025-04-16 7:34 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).