public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-18 14:06:28 to 2025-09-25 08:35:47 UTC [more...]

[PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
 2025-09-25  8:35 UTC  (28+ messages)
` [PATCH v2 01/10] mm/kasan: implement kasan_poison_range
` [PATCH v2 02/10] kfuzztest: add user-facing API and data structures
` [PATCH v2 03/10] kfuzztest: implement core module and input processing
` [PATCH v2 04/10] tools: add kfuzztest-bridge utility
` [PATCH v2 05/10] kfuzztest: add ReST documentation
` [PATCH v2 06/10] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v2 07/10] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
` [PATCH v2 08/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()
` [PATCH v2 09/10] fs/binfmt_script: add KFuzzTest target for load_script
` [PATCH v2 10/10] MAINTAINERS: add maintainer information for KFuzzTest

[PATCH v2] crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
 2025-09-25  1:58 UTC  (3+ messages)

[PATCH 0/3] Add Crypto support for Kaanapali SoC
 2025-09-24 23:38 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: crypto: qcom,prng: Document kaanapali RNG
` [PATCH 2/3] dt-bindings: crypto: qcom-qce: Document the kaanapli crypto engine
` [PATCH 3/3] crypto: qce: add support for QCE major version 6

[PATCH] dt-bindings: crypto: qcom,inline-crypto-engine: Document the kaanapali ICE
 2025-09-24 23:29 UTC 

[PATCH v2] crypto: drbg - make drbg_{ctr_bcc,kcapi_sym}() return *void*
 2025-09-24 21:00 UTC 

[PATCH] crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
 2025-09-24 20:17 UTC  (4+ messages)

[GIT PULL] Crypto Fixes for 6.17
 2025-09-24 19:06 UTC  (3+ messages)

[PATCH] dt-bindings: rng: microchip,pic32-rng: convert to DT schema
 2025-09-24 17:58 UTC  (2+ messages)

[PATCH] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema
 2025-09-24 17:01 UTC  (11+ messages)
    ` [PATCH v2 0/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT
      ` [PATCH v2 1/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema
      ` [PATCH v2 2/2] dt-bindings: vendor-prefixes: update regex for properties without a prefix

[PATCH] rhashtable: add likely() to __rht_ptr()
 2025-09-24 13:30 UTC  (6+ messages)

[PATCH] crypto/authenc: don't return -EBUSY when enqueuing the hash request
 2025-09-24 13:17 UTC  (7+ messages)
                    ` [PATCH] crypto: authenc - Correctly pass EINPROGRESS back up to the caller

[PATCH v2] crypto: zero initialize memory allocated via sock_kmalloc
 2025-09-24  6:01 UTC 

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH 00/38] MediaTek devicetree/bindings warnings sanitization
 2025-09-23 21:37 UTC  (2+ messages)

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-23 19:49 UTC  (42+ messages)
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c
` [syzbot ci] Re: Compiler-Based Capability- and Locking-Analysis

[PATCH v2] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA-512, SHAKE128, SHAKE256
 2025-09-23 17:45 UTC  (17+ messages)

[PATCH] hwrng: core - Allow runtime disabling of the HW RNG
 2025-09-23 13:33 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3] crypto: caam: Add check for kcalloc() in test_len()
 2025-09-23 12:44 UTC 

[PATCH v2] crypto: caam: Add check for kcalloc() in test_len()
 2025-09-23 10:56 UTC  (3+ messages)

[PATCH] crypto: zero initialize memory allocated via sock_kmalloc
 2025-09-23  9:57 UTC  (2+ messages)

[PATCH] crypto: drbg - drop useless check in drbg_get_random_bytes()
 2025-09-23  1:33 UTC  (6+ messages)

[PATCH] crypto: hifn_795x - replace simple_strtoul with kstrtouint
 2025-09-23  1:03 UTC 

[PATCH] dt-bindings: rng: hisi-rng: convert to DT schema
 2025-09-22 20:50 UTC  (2+ messages)

[PATCH 6.1 43/61] crypto: af_alg: Indent the loop in af_alg_sendmsg()
 2025-09-22 19:29 UTC  (2+ messages)
` [PATCH 6.1 60/61] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES

[PATCH 6.1.y 1/2] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
 2025-09-22 18:44 UTC 

FIPS requirements in lib/crypto/ APIs
 2025-09-22 13:41 UTC  (6+ messages)

[PATCH v3 0/4] Add support for more AES modes in TI DTHEv2
 2025-09-22 12:36 UTC  (4+ messages)
` [PATCH v3 1/4] crypto: ti: Add support for AES-XTS in DTHEv2 driver

A question on crypto_engine and a possible bug
 2025-09-22 12:34 UTC  (3+ messages)

[PATCH 4/5] arm64/fpsimd: Require kernel NEON begin/end calls from the same scope
 2025-09-21 21:58 UTC  (2+ messages)

[PATCH] fscrypt: use HMAC-SHA512 library for HKDF
 2025-09-21 18:12 UTC  (2+ messages)

[PATCH] crypto: Add explicit title heading to API docs
 2025-09-20 19:01 UTC  (2+ messages)

[PATCH 0/5] arm64: Move kernel mode FPSIMD buffer to the stack
 2025-09-20 13:20 UTC  (11+ messages)
` [PATCH 1/5] crypto/arm64: aes-ce-ccm - Avoid pointless yield of the NEON unit
` [PATCH 2/5] crypto/arm64: sm4-ce-ccm "
` [PATCH 3/5] crypto/arm64: sm4-ce-gcm "

[PATCH] crypto: anubis - simplify return statement in anubis_mod_init
 2025-09-20 12:25 UTC  (2+ messages)

[PATCH 0/5] crypto: hisilicon/qm - fix several minor issues
 2025-09-20 12:25 UTC  (2+ messages)

[PATCH v2] crypto: aspeed - Fix dma_unmap_sg() direction
 2025-09-20 12:24 UTC  (2+ messages)

[PATCH v4] crypto: acomp/scomp: Use same definition of context alloc and free ops
 2025-09-20 12:24 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] hwrng: fix division by zero in ks_sa_rng_init
 2025-09-20  7:23 UTC  (2+ messages)

[PATCH v3 0/3] platform/mellanox: Add mlxbf_pka driver for BlueField DPU
 2025-09-19 19:51 UTC  (4+ messages)
` [PATCH v3 1/3] platform/mellanox/mlxbf_pka: Add core BlueField PKA platform driver
` [PATCH v3 2/3] platform/mellanox/mlxbf_pka: Add userspace PKA ring device interface
` [PATCH v3 3/3] platform/mellanox/mlxbf_pka: Add TRNG support and hwrng integration

[RFC PATCH v2 0/4] SEV-SNP guest policy bit support updates
 2025-09-19 19:00 UTC  (5+ messages)
` [RFC PATCH v2 1/4] KVM: SEV: Publish supported SEV-SNP policy bits
` [RFC PATCH v2 2/4] KVM: SEV: Consolidate the SEV policy bits in a single header file
` [RFC PATCH v2 3/4] crypto: ccp - Add an API to return the supported SEV-SNP policy bits
` [RFC PATCH v2 4/4] KVM: SEV: Add known "

Adding SHAKE hash algorithms to SHA-3
 2025-09-19 15:49 UTC  (5+ messages)

[PATCH] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA-512, SHAKE128, SHAKE256
 2025-09-19 15:40 UTC  (9+ messages)

SHAKE256 support
 2025-09-19  0:05 UTC  (10+ messages)

[PATCH v1 0/10] KFuzzTest: a new kernel fuzzing framework
 2025-09-18 14:15 UTC  (3+ messages)
` [PATCH v1 07/10] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing


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