Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2025-11-15 23:09:38 to 2025-11-21 17:32:12 UTC [more...]

[PATCH v8 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-11-21 17:31 UTC  (10+ messages)
` [PATCH v8 01/11] dmaengine: Add DMA_PREP_LOCK/DMA_PREP_UNLOCK flags

[PATCH 0/4] lib/crypto: ML-DSA verification support
 2025-11-21 17:14 UTC  (16+ messages)
` [PATCH 1/4] lib/crypto: Add "
` [PATCH 2/4] lib/crypto: tests: Add KUnit tests for ML-DSA
` [PATCH 3/4] lib/crypto: tests: Add ML-DSA-65 test cases
` [PATCH 4/4] lib/crypto: tests: Add ML-DSA-87 "

Questions about encryption and (possibly weak) checksum
 2025-11-21 13:02 UTC  (4+ messages)

[PATCH] crypto: hisilicon/qm - fix device leak on QoS updates
 2025-11-21 11:11 UTC 

[PATCH libcrypto v2 1/3] wifi: iwlwifi: trans: rename at_least variable to min_mode
 2025-11-21 11:04 UTC  (6+ messages)
` [PATCH libcrypto v2 2/3] compiler: introduce at_least parameter decoration pseudo keyword
` [PATCH libcrypto v2 3/3] crypto: chacha20poly1305: statically check fixed array lengths

[PATCH] lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()
 2025-11-21 11:01 UTC  (2+ messages)

[PATCH] fix MIC buffer sizing in selftest
 2025-11-21  9:12 UTC  (3+ messages)

[PATCH kernel v2 0/5] PCI/TSM: Enabling core infrastructure on
 2025-11-21  8:06 UTC  (6+ messages)
` [PATCH kernel v2 1/5] ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public
` [PATCH kernel v2 2/5] psp-sev: Assign numbers to all status codes and add new
` [PATCH kernel v2 3/5] iommu/amd: Report SEV-TIO support
` [PATCH kernel v2 4/5] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [PATCH kernel v2 5/5] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH v8 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2025-11-21  8:00 UTC  (4+ messages)
` [PATCH v8 2/4] crypto: spacc - Add SPAcc ahash support

[PATCH] btrfs-progs: docs: add warning for btrfs checksum features
 2025-11-21  6:44 UTC 

[BUG 0/2] crypto: ahash - Bugs introduced due to CRYPTO_AHASH_ALG_BLOCK_ONLY
 2025-11-21  5:54 UTC  (5+ messages)
` [BUG 1/2] crypto: ahash - import/export fails for algs using CRYPTO_AHASH_ALG_BLOCK_ONLY
  ` [PATCH] crypto: ahash - Fix crypto_ahash_import with partial block data
` [BUG 2/2] crypto: ahash - testmgr false failures with CRYPTO_AHASH_ALG_BLOCK_ONLY
  ` [PATCH] crypto: ahash - Zero positive err value in ahash_update_finish

[PATCH][next] crypto: starfive - Avoid -Wflex-array-member-not-at-end warning
 2025-11-21  3:56 UTC 

[PATCH v6 0/4] Add support for more AES modes in TI DTHEv2
 2025-11-21  3:11 UTC  (3+ messages)
` [PATCH v6 2/4] crypto: ti - Add support for AES-CTR in DTHEv2 driver

[PATCH v9 0/9] lib/crypto: Add ML-DSA signing
 2025-11-21  2:48 UTC  (27+ messages)
` [PATCH v9 1/9] crypto: Add support for shake256 through crypto_shash
` [PATCH v9 2/9] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v9 3/9] mldsa: Add a simpler API
` [PATCH v9 4/9] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v9 5/9] crypto: Add ML-DSA-65 "
` [PATCH v9 6/9] crypto: Add ML-DSA-87 "
` [PATCH v9 7/9] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v9 8/9] pkcs7, x509: Add ML-DSA support
` [PATCH v9 9/9] modsign: Enable ML-DSA module signing
` Pick up keys-pqc branch for linux-next?
` Where to add FIPS tests

[PATCH 1/1] crypto: caam - use kmalloc_array() instead of kmalloc()
 2025-11-21  2:44 UTC 

[PATCH kernel 0/6] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-11-21  1:40 UTC  (9+ messages)
` [PATCH kernel 1/6] PCI/TSM: Add secure SPDM DOE mailbox
` [PATCH kernel 6/6] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-11-20 23:51 UTC  (38+ messages)
` [PATCH v4 01/35] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 03/35] compiler-context-analysis: Add test stub
` [PATCH v4 04/35] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v4 05/35] checkpatch: Warn about context_unsafe() without comment
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
  ` [PATCH v4 09/35] compiler-context-analysis: Change __cond_acquires to take return value
  ` [PATCH v4 10/35] locking/mutex: Support Clang's context analysis
  ` [PATCH v4 11/35] locking/seqlock: "
  ` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
  ` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
  ` [PATCH v4 14/35] rcu: "
  ` [PATCH v4 15/35] srcu: "
  ` [PATCH v4 16/35] kref: Add context-analysis annotations
  ` [PATCH v4 17/35] locking/rwsem: Support Clang's context analysis
  ` [PATCH v4 18/35] locking/local_lock: Include missing headers
  ` [PATCH v4 19/35] locking/local_lock: Support Clang's context analysis
  ` [PATCH v4 20/35] locking/ww_mutex: "
  ` [PATCH v4 21/35] debugfs: Make debugfs_cancellation a context guard struct
  ` [PATCH v4 22/35] compiler-context-analysis: Remove Sparse support
  ` [PATCH v4 23/35] compiler-context-analysis: Remove __cond_lock() function-like helper
  ` [PATCH v4 24/35] compiler-context-analysis: Introduce header suppressions
  ` [PATCH v4 25/35] compiler: Let data_race() imply disabled context analysis
  ` [PATCH v4 26/35] MAINTAINERS: Add entry for Context Analysis
  ` [PATCH v4 27/35] kfence: Enable context analysis
  ` [PATCH v4 28/35] kcov: "
  ` [PATCH v4 29/35] kcsan: "
  ` [PATCH v4 30/35] stackdepot: "
  ` [PATCH v4 31/35] rhashtable: "
  ` [PATCH v4 32/35] printk: Move locking annotation to printk.c
  ` [PATCH v4 33/35] security/tomoyo: Enable context analysis
  ` [PATCH v4 34/35] crypto: "
  ` [PATCH v4 35/35] sched: Enable context analysis for core.c and fair.c

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 14:52 UTC  (8+ messages)
` [PATCH 10/44] x86/crypto: ctr_crypt() use min() instead of min_t()
` [PATCH 14/44] drivers/char/hw_random: use min3() instead of nested min_t()
` [PATCH 16/44] drivers/crypto/ccp: use min() instead of min_t()
` [PATCH 37/44] lib/crypto/mpi: "
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH 0/2] crypto: hisilicon/trng - support multiple tfms sharing the device
 2025-11-20 13:58 UTC  (3+ messages)
` [PATCH 1/2] crypto: hisilicon/trng - use DEFINE_MUTEX() and LIST_HEAD()
` [PATCH 2/2] crypto: hisilicon/trng - support tfms sharing the device

[PATCH 0/2] Fixes for PMF driver after S4
 2025-11-20 13:55 UTC  (4+ messages)
` [PATCH 1/2] platform/x86/amd/pmf: Prevent TEE errors after hibernate
` [PATCH 2/2] crypto: ccp - Add an S4 restore flow

[PATCH] crypto: hisilicon/qm - fix incorrect judgment in qm_get_complete_eqe_num()
 2025-11-20 13:21 UTC 

[PATCH] crypto: qat - fix warning on adf_pfvf_pf_proto.c
 2025-11-20 16:30 UTC 

[PATCH] crypto: qat - add bank state save and restore for qat_420xx
 2025-11-20 16:30 UTC 

[PATCH] crypto: qat - fix parameter order used in ICP_QAT_FW_COMN_FLAGS_BUILD
 2025-11-20 16:29 UTC 

[PATCH] crypto: zstd - fix double-free in per-CPU stream cleanup
 2025-11-20 16:26 UTC 

[PATCH v10 0/8] lib/crypto: Add ML-DSA signing [WIP]
 2025-11-20 10:44 UTC  (9+ messages)
` [PATCH v10 1/8] lib/crypto: Add ML-DSA verification support
` [PATCH v10 2/8] lib/crypto: tests: Add KUnit tests for ML-DSA
` [PATCH v10 3/8] lib/crypto: tests: Add ML-DSA-65 test cases
` [PATCH v10 4/8] lib/crypto: tests: Add ML-DSA-87 "
` [PATCH v10 5/8] crypto: Add ML-DSA crypto_sig support
` [PATCH v10 6/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v10 7/8] pkcs7, x509: Add ML-DSA support
` [PATCH v10 8/8] modsign: Enable ML-DSA module signing

[PATCH v5] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2025-11-20  6:24 UTC 

[PATCH libcrypto 1/2] array_size: introduce min_array_size() function decoration
 2025-11-19 23:02 UTC  (14+ messages)
` [PATCH libcrypto 2/2] crypto: chacha20poly1305: statically check fixed array lengths

[PATCH v3 0/3] platform/mellanox: Add mlxbf_pka driver for BlueField DPU
 2025-11-19 15:51 UTC  (3+ messages)
` [PATCH v3 2/3] platform/mellanox/mlxbf_pka: Add userspace PKA ring device interface

[PATCH v6 00/26] Non-const bitfield helpers
 2025-11-19 14:50 UTC  (3+ messages)

[PATCH v2] crypto: sa2ul: Add error handling for DMA metadata retrieval
 2025-11-19 11:39 UTC  (2+ messages)

[PATCH] crypto: rng - Combine two seq_printf() calls into one in crypto_rng_show()
 2025-11-19 10:16 UTC  (3+ messages)

[PATCH][next] crypto: drbg - Avoid -Wflex-array-member-not-at-end warning
 2025-11-19  4:47 UTC  (3+ messages)
` [v2 PATCH] crypto: drbg - Delete unused ctx from struct sdesc

linux-image-amd64: self-tests for sha256 using sha256-padlock-nano failed
 2025-11-19  3:41 UTC  (8+ messages)
  ` [PATCH] crypto: padlock-sha - Disable broken driver

[PATCH v4 0/4] SEV-SNP guest policy bit support updates
 2025-11-18 23:27 UTC  (2+ messages)

[PATCH v4] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2025-11-18 13:37 UTC  (5+ messages)

[PATCH v2 0/2] crypto: Fix memcpy_sglist()
 2025-11-18  3:23 UTC  (3+ messages)
` [PATCH v2 2/2] Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"

[PATCH 6.12] lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
 2025-11-17 16:39 UTC  (8+ messages)

[PATCH 5.10] lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
 2025-11-17 14:59 UTC  (2+ messages)

[PATCH 5.15] lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
 2025-11-17 14:40 UTC  (2+ messages)

[PATCH] crypto: testmgr - Add missing DES weak and semi-weak key tests
 2025-11-17 11:44 UTC 

[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
 2025-11-17  5:47 UTC  (6+ messages)
` [PATCH v13 13/22] crypto: iaa - IAA Batching for parallel compressions/decompressions

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-11-16 17:45 UTC  (3+ messages)

[PATCH 6.17] lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
 2025-11-16 16:49 UTC  (2+ messages)

[PATCH v3] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2025-11-15 23:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox