messages from 2025-04-23 10:15:32 to 2025-04-27 06:30:57 UTC [more...]
[v2 PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-27 6:30 UTC
[v3 PATCH 00/11] crypto: lib - Add partial block helper
2025-04-27 5:22 UTC (12+ messages)
` [v3 PATCH 01/11] crypto: lib/sha256 - Move partial block handling out
` [v3 PATCH 02/11] crypto: lib/poly1305 - Add block-only interface
` [v3 PATCH 03/11] crypto: arm/poly1305 "
` [v3 PATCH 04/11] crypto: arm64/poly1305 "
` [v3 PATCH 05/11] crypto: mips/poly1305 "
` [v3 PATCH 06/11] crypto: powerpc/poly1305 "
` [v3 PATCH 07/11] crypto: x86/poly1305 "
` [v3 PATCH 08/11] crypto: chacha20poly1305 - Use lib/crypto poly1305
` [v3 PATCH 09/11] crypto: testmgr - Remove poly1305
` [v3 PATCH 10/11] crypto: poly1305 - Remove algorithm
` [v3 PATCH 11/11] crypto: lib/poly1305 - Use block-only interface
[PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-27 5:21 UTC (30+ messages)
` [PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH 05/13] crypto: mips/sha256 "
` [PATCH 06/13] crypto: powerpc/sha256 "
` [PATCH 07/13] crypto: riscv/sha256 "
` [PATCH 08/13] crypto: s390/sha256 "
` [PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH 11/13] crypto: x86/sha256 "
` [PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH 13/13] crypto: lib/sha256 - improve function prototypes
[PATCH 00/15] crypto: lib - Add partial block helper
2025-04-27 1:47 UTC (31+ messages)
` [PATCH 01/15] crypto: lib/sha256 - Move partial block handling out
` [PATCH 02/15] crypto: lib/poly1305 - Add block-only interface
` [PATCH 03/15] crypto: arm/poly1305 "
` [PATCH 04/15] crypto: arm64/poly1305 "
` [PATCH 05/15] crypto: mips/poly1305 "
` [PATCH 06/15] crypto: powerpc/poly1305 "
` [PATCH 07/15] crypto: x86/poly1305 "
` [PATCH 08/15] crypto: poly1305 - Use API partial block handling
` [PATCH 09/15] crypto: lib/poly1305 - Use block-only interface
` [PATCH 10/15] crypto: chacha20poly1305 - Use setkey on poly1305
` [PATCH 11/15] crypto: testmgr/poly1305 "
` [PATCH 12/15] crypto: poly1305 - Make setkey mandatory
` [PATCH 13/15] crypto: arm64/polyval - Use API partial block handling
` [PATCH 14/15] crypto: x86/polyval "
` [PATCH 15/15] crypto: polyval-generic "
[v2 PATCH 00/11] crypto: lib - Add partial block helper
2025-04-27 1:24 UTC (13+ messages)
` [v2 PATCH 01/11] crypto: lib/sha256 - Move partial block handling out
` [v2 PATCH 02/11] crypto: lib/poly1305 - Add block-only interface
` [v2 PATCH 03/11] crypto: arm/poly1305 "
` [v2 PATCH 04/11] crypto: arm64/poly1305 "
` [v2 PATCH 05/11] crypto: mips/poly1305 "
` [v2 PATCH 06/11] crypto: powerpc/poly1305 "
` [v2 PATCH 07/11] crypto: x86/poly1305 "
` [v2 PATCH 08/11] crypto: chacha20poly1305 - Use lib/crypto poly1305
` [v2 PATCH 09/11] crypto: testmgr - Remove poly1305
` [v2 PATCH 10/11] crypto: poly1305 - Remove algorithm
` [v2 PATCH 11/11] crypto: lib/poly1305 - Use block-only interface
[PATCH 0/2] crypto: Make memcpy_sglist usable for Crypto API
2025-04-27 1:12 UTC (5+ messages)
` [PATCH 1/2] crypto: ccp - Include crypto/utils.h for crypto_memneq
` [PATCH 2/2] crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist
[PATCH] crypto: octeontx2 - Simplify multiple return statements
2025-04-26 22:26 UTC
[PATCH v2 0/9] Clean up the crypto testing options
2025-04-26 20:31 UTC (6+ messages)
` [PATCH v2 1/9] crypto: tcrypt - remove CRYPTO_TEST from defconfigs
[syzbot] [crypto?] KMSAN: uninit-value in __crc32c_le_base (4)
2025-04-26 15:03 UTC (5+ messages)
` [PATCH] bcachefs: Fix unit-value within btree_bounce_alloc()
[PATCH v2 00/12] ARM: bcm: Add some BCMBCA peripherals
2025-04-26 8:49 UTC (16+ messages)
` [PATCH v2 01/12] ARM: dts: bcm6878: Correct UART0 IRQ number
` [PATCH v2 03/12] ARM: dts: bcm6846: Add interrupt to RNG
` [PATCH v2 05/12] ARM: dts: bcm6878: Add BCMBCA peripherals
` [PATCH v2 09/12] ARM64: dts: bcm4908: "
` [PATCH v2 10/12] ARM64: dts: bcm6856: "
` [PATCH v2 11/12] ARM64: dts: bcm6858: "
` [PATCH v2 12/12] ARM64: dts: bcm63158: "
[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
2025-04-26 7:31 UTC (3+ messages)
[v2 PATCH 0/3] crypto: scatterwalk - scatterwalk_next and memcpy_sglist
2025-04-26 6:16 UTC (4+ messages)
` [v2 PATCH 2/3] crypto: scatterwalk - Add memcpy_sglist
[PATCH] crypto: iaa: Adjust workqueue allocation type
2025-04-26 6:11 UTC
[PATCH v3 0/4] Add SEV-SNP CipherTextHiding feature support
2025-04-26 0:00 UTC (10+ messages)
` [PATCH v3 2/4] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v3 3/4] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v3 4/4] KVM: SVM: Add SEV-SNP CipherTextHiding support
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-25 21:44 UTC (16+ messages)
` [PATCH v2 security-next 1/4] security: "
all crypto selftests failed on linux-next-20250424
2025-04-25 19:16 UTC (8+ messages)
` [PATCH] crypto: Remove CRYPTO_ALG_ENGINE bit
` [PATCH] crypto: arm/blake2b - Set FINAL_NONZERO
` [PATCH] crypto: arm64/sha1 - Set finalize for short finup
[RFC] Looking at the IAA driver
2025-04-25 15:19 UTC
[PATCH v3 0/3] Rework protected key AES for true asynch support
2025-04-25 14:56 UTC (3+ messages)
` [PATCH v3 2/3] s390/crypto: "
[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-04-25 14:12 UTC (2+ messages)
[PATCH 1/4] crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()
2025-04-25 13:53 UTC (9+ messages)
` [PATCH 2/4] crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()
` [PATCH 3/4] crypto: sun8i-ce-cipher - use IS_ENABLED() checks for debugfs stats
` [PATCH 4/4] crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get()
[v5 PATCH 00/14] crypto: acomp - Add virtual address and folio support
2025-04-25 12:28 UTC (5+ messages)
` [v5 PATCH 11/14] xfrm: ipcomp: Use crypto_acomp interface
[PATCH 0/7] lib/crc: drop "glue" from filenames
2025-04-25 9:22 UTC (12+ messages)
` [PATCH 1/7] arm/crc: "
` [PATCH 2/7] arm64/crc: "
` [PATCH 3/7] powerpc/crc: "
` [PATCH 4/7] powerpc/crc: rename crc32-vpmsum_core.S to crc-vpmsum-template.S
` [PATCH 5/7] s390/crc: drop "glue" from filenames
` [PATCH 6/7] sparc/crc: "
` [PATCH 7/7] x86/crc: "
[PATCH] crypto: api - Add crypto_stack_request_init and initialise flags fully
2025-04-25 3:05 UTC
[PATCH v2 5/9] crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
2025-04-25 2:50 UTC (4+ messages)
[PATCH] riscv: crypto - Use SYM_FUNC_START for functions only called directly
2025-04-25 2:48 UTC (2+ messages)
[PATCH] crypto: scompress - increment scomp_scratch_users when already allocated
2025-04-25 2:47 UTC (2+ messages)
[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2025-04-24 19:19 UTC (21+ messages)
` [PATCH v14 03/19] x86: Secure Launch Resource Table header file
` [PATCH v14 04/19] x86: Secure Launch main "
` [PATCH v14 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v14 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v14 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v14 16/19] tpm, tpm_tis: Allow locality to be set to a different value
[GIT PULL] Crypto Update for 6.7
2025-04-24 16:29 UTC (12+ messages)
` [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
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-04-24 3:37 UTC (7+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
[PATCH] crypto: x86/sha256 - Include asm/fpu/api.h directly
2025-04-24 0:56 UTC (2+ messages)
[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
2025-04-23 13:43 UTC (11+ messages)
` [PATCH 27/33] soc: qcom: pd-mapper: Add support for SM7150
` [PATCH 28/33] cpufreq: Add SM7150 to cpufreq-dt-platdev blocklist
` [PATCH 29/33] firmware: qcom: tzmem: disable sm7150 platform
` [PATCH 30/33] arm64: dts: qcom: Add dtsi for Snapdragon 730/730g/732g (SM7150) SoCs
` [PATCH 32/33] dt-bindings: display: panel: samsung,ams581vf01: Add google,sunfish
[PATCH v1 0/6] Add SPAcc Crypto Driver
2025-04-23 12:53 UTC (8+ messages)
` [PATCH v1 1/6] dt-bindings: crypto: Document support for SPAcc
` [PATCH v1 2/6] Add SPAcc Skcipher support
` [PATCH v1 3/6] Add SPAcc AUTODETECT Support
` [PATCH v1 4/6] Add SPAcc ahash support
` [PATCH v1 5/6] Add SPAcc AEAD support
` [PATCH v1 6/6] Add SPAcc Kconfig and Makefile
drbg_*pr_*_sha384 fips_allowed not set
2025-04-23 12:35 UTC (2+ messages)
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).