Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-07-30 07:39:28 to 2026-08-05 19:47:54 UTC [more...]

[PATCH] kunit: irq: Continue increasing hrtimer interval for longer
 2026-08-05 19:47 UTC  (4+ messages)

[PATCH v2 0/5] lib/crypto: KUnit tests for AES-CCM and AES-GCM
 2026-08-05 19:47 UTC  (8+ messages)
` [PATCH v2 1/5] lib/crypto: tests: Create test-utils.h
` [PATCH v2 2/5] lib/crypto: tests: Use per-test-case buffers in hash tests
` [PATCH v2 3/5] lib/crypto: tests: Add aead-test-template.h
` [PATCH v2 4/5] lib/crypto: tests: Add KUnit test suite for AES-CCM
` [PATCH v2 5/5] lib/crypto: tests: Add KUnit test suite for AES-GCM

[PATCH 0/3] lib/crypto: FIPS self-tests for AES encryption modes
 2026-08-05 19:46 UTC  (6+ messages)
` [PATCH 1/3] lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.h
` [PATCH 2/3] lib/crypto: aes: Add FIPS self-tests for unauthenticated modes
` [PATCH 3/3] lib/crypto: aes: Add FIPS self-tests for GCM and CCM

[PATCH v11 0/6] Add RMPOPT support
 2026-08-05 19:33 UTC  (29+ messages)
` [PATCH v11 2/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v11 3/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH v20 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-08-05 16:48 UTC  (5+ messages)
` [PATCH v20 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v20 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v20 3/4] crypto: spacc - add spacc autodetect support
` [PATCH v20 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile

[PATCH v2 0/2] PAES - Fix rc handling at skcipher_walk_done
 2026-08-05 15:54 UTC  (3+ messages)
` [PATCH v2 1/2] s390/crypto: Fix return code handling at skcipher_walk_done in PAES algorithms
` [PATCH v2 2/2] s390/crypto: Explicit scrub temp buffer in PAES ctr mode algorithm

[PATCH v1 0/1] Fix skcipher_walk return code handling in aes_s390
 2026-08-05 14:53 UTC  (2+ messages)
` [PATCH v1 1/1] s390/crypto: "

[PATCH 0/6] crypto: Add __cleanup functions for zeroizing aes_cmac_key & aes_cmac_ctx
 2026-08-05 14:36 UTC  (7+ messages)
` [PATCH 1/6] crypto: Provide wrapper functions for zeroizing aes_cmac_key and aes_cmac_ctx
` [PATCH 2/6] smb: clear the aes_cmac_key and aes_cmac_ctx when done
` [PATCH 3/6] net/tcp-ao: clear the aes_cmac_key "
` [PATCH 4/6] Bluetooth: SMP: "
` [PATCH 5/6] lib/crypto: aes: Use _cleanup() for aes_cmac_key instead of memzero_explicit()
` [PATCH 6/6] mac80211: fils_aead: Use _cleanup for aes_cmac_key instead of memzero_explicit

[PATCH v5 0/2] mfd: loongson-se: Add multi-node support and fix miscellaneous issues
 2026-08-05 13:40 UTC  (8+ messages)
` [PATCH v5 1/2] mfd: loongson-se: Add multi-node support
` [PATCH v5 2/2] mfd: loongson-se: Fix miscellaneous issues

[PATCH v1 0/1] PAES - Fix rc handling at skcipher_walk_done
 2026-08-05 12:28 UTC  (2+ messages)
` [PATCH v1 1/1] s390/crypto: Fix return code handling at skcipher_walk_done in PAES algorithms

[PATCH v3 00/10] crypto: Provide a function for zeroizing crypto_aes_ctx
 2026-08-05 11:57 UTC  (11+ messages)
` [PATCH v3 01/10] crypto: Provide a wrapper "
` [PATCH v3 02/10] crypto: aspeed - clear the crypto_aes_ctx when done
` [PATCH v3 03/10] crypto: inside-secure/eip93 "
` [PATCH v3 04/10] crypto: padlock-aes "
` [PATCH v3 05/10] crypto: sa2ul "
` [PATCH v3 06/10] crypto: arm/aes-neonbs "
` [PATCH v3 07/10] crypto: arm64/aes-neonbs "
` [PATCH v3 08/10] crypto: qat - zeroize crypto_aes_ctx with __cleanup(aes_zeroize_ctx)
` [PATCH v3 09/10] crypto: safexcel - Rework cleanup of sensitive structs in safexcel_aead_setkey
` [PATCH v3 10/10] crypto: safexcel - zeroize crypto_aes_ctx with __cleanup(aes_zeroize_ctx)

[PATCH v5] crypto: rsassa-pkcs1 - Avoid cacheline sharing with underlying driver
 2026-08-05  4:28 UTC  (4+ messages)

[PATCH] crypto: caam - Use bounce buffer for unaligned RSA destination buffers
 2026-08-05  4:19 UTC 

[PATCH v2 0/9] crypto: Provide a function for zeroizing crypto_aes_ctx
 2026-08-04 18:54 UTC  (15+ messages)
` [PATCH v2 1/9] crypto: Provide a wrapper "
` [PATCH v2 2/9] crypto: aspeed - clear the crypto_aes_ctx when done
` [PATCH v2 3/9] crypto: inside-secure/eip93 "
` [PATCH v2 4/9] crypto: padlock-aes "
` [PATCH v2 5/9] crypto: sa2ul "
` [PATCH v2 6/9] crypto: arm/aes-neonbs "
` [PATCH v2 7/9] crypto: arm64/aes-neonbs "
` [PATCH v2 8/9] crypto: safexcel - zeroize crypto_aes_ctx with __cleanup(aes_clear_ctx)
` [PATCH v2 9/9] crypto: qat "

[PATCH 0/3] s390/crypto: Enable CONTEXT_ANALYSIS
 2026-08-04 11:37 UTC  (4+ messages)
` [PATCH 1/3] s390/crypto: Rework ctr_aes_crypt() to remove conditional locking
` [PATCH 2/3] s390/crypto: Rework ctr_paes_do_crypt() "
` [PATCH 3/3] s390/crypto: Enable CONTEXT_ANALYSIS

[PATCH v5] hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resume
 2026-08-04 10:01 UTC 

[PATCH 0/5] lib/crypto: add HKDF and convert fscrypt and NVMe
 2026-08-04  9:16 UTC  (3+ messages)

[PATCH] crypto: eip93 - use struct_size() and flexible array for ring allocation
 2026-08-04  8:47 UTC  (5+ messages)

[PATCH v6 0/2] hwrng: starfive: updates for jh7110-trng DT binding and rework clk/reset teardown
 2026-08-04  7:41 UTC  (4+ messages)
` [PATCH v6 2/2] hwrng: starfive: rework clk/reset teardown order for JHB100
    ` 回复: "

[PATCH] hwrng: cctrng: Fix use-after-free in cctrng_remove due to race condition
 2026-08-04  7:34 UTC 

[PATCH 0/3] crypto: af_alg_restrict cleanups
 2026-08-04  6:39 UTC  (5+ messages)
` [PATCH 1/3] crypto: af_alg - Make cbc(paes) privileged-only
` [PATCH 2/3] crypto: af_alg - Replace 'bool privileged' with flags
` [PATCH 3/3] crypto: af_alg - Stop after finding name in allowlist

[PATCH] crypto: hisilicon/sec2: fix CCM algorithm long packet failure
 2026-08-04  2:22 UTC 

[PATCH] crypto/krb5: use kfree_sensitive() for derived key buffers
 2026-08-03 19:26 UTC 

[PATCH] rhashtable: use per-init-site lockdep classes for bucket locks
 2026-08-03 14:38 UTC  (5+ messages)

Yale Blockchain Initiative sales
 2026-08-03 12:44 UTC  (3+ messages)

[PATCH v4 0/4] s390: Remove or replace cond_resched() calls
 2026-08-03 11:38 UTC  (8+ messages)
` [PATCH v4 1/4] s390/crypto: Replace cond_resched() with msleep(1)
` [PATCH v4 2/4] KVM: s390: Remove cond_resched() calls
` [PATCH v4 3/4] "
` [PATCH v4 4/4] s390/cio: "

[PATCH v2 0/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader
 2026-08-03 10:42 UTC  (2+ messages)

[PATCH] crypto: ecc - Optimize vli additive operations using compiler builtins
 2026-08-03  8:32 UTC  (3+ messages)

[PATCH] crypto: hisilicon/sec - Fix use-after-free and unchecked kfifo_put in sec_send_request()
 2026-08-03  1:50 UTC  (2+ messages)

[PATCH] crypto: hisilicon/sec - Fix element drop and UAF in sec_send_request()
 2026-08-03  1:36 UTC  (3+ messages)

[PATCH v1] hwrng: imx-rngc: Disable clock on registration failure
 2026-08-02 22:22 UTC 

[PATCH] crypto: qce - Replace with stub driver
 2026-08-02 22:20 UTC  (11+ messages)

[PATCH v3] crypto: hisilicon/sec - Fix element drop and UAF in sec_send_request()
 2026-08-02  7:45 UTC 

KMSAN: use-after-free in sw842_decompress (zswap writeback)
 2026-08-02  6:22 UTC  (3+ messages)

[PATCH] crypto: amcc - fix missing DMA memory barriers in descriptor handling
 2026-07-31 21:20 UTC 

[PATCH] crypto: qat - remove dead ADF_HEX code
 2026-07-31 12:48 UTC 

[PATCH v3 0/4] s390: Remove or replace cond_resched() calls
 2026-07-31 11:56 UTC  (11+ messages)
` [PATCH v3 1/4] s390/crypto: Replace cond_resched() with msleep(1)
` [PATCH v3 2/4] KVM: s390: Remove cond_resched() calls

[PATCH 1/2] crypto: qce - simplify devm_qce_register_algs
 2026-07-31 10:25 UTC  (2+ messages)
` [PATCH 2/2] crypto: qce - simplify qce_handle_request

[Patch v9] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2026-07-31  8:38 UTC  (2+ messages)

[PATCH] crypto: af_alg: Allow cbc(paes)
 2026-07-31  7:42 UTC  (9+ messages)

[PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-07-31  4:26 UTC  (7+ messages)
` [PATCH v2 2/8] um: Check for missing AVX and AVX-512 xstate bits
` [PATCH v2 4/8] lib/crypto: x86: Stop using cpu_has_xfeatures()

[PATCH] crypto: caam/jr: fix use-after-free in interrupt handler teardown
 2026-07-30 23:16 UTC 

[PATCH] crypto: amcc: get irq and ioremap resource first
 2026-07-30 20:49 UTC 

[PATCH] crypto: caam: simplify probe resource and IRQ handling
 2026-07-30 20:47 UTC 

[PATCH] crypto: amcc - fix racy teardown with devm_request_irq
 2026-07-30 19:14 UTC 

[PATCHv2] crypto: cesa: clear cesa_dev on _remove
 2026-07-30 19:00 UTC 

[PATCH] crypto: qce - Remove driver
 2026-07-30 16:40 UTC  (13+ messages)

[PATCH] crypto: ccp - don't abuse kernel-doc comment format
 2026-07-30 15:50 UTC  (2+ messages)

[PATCH] crypto: ecdsa - Fix typo in function documentation
 2026-07-30 15:48 UTC 

[PATCH v4] crypto: rsassa-pkcs1 - Avoid cacheline sharing with underlying driver
 2026-07-30 12:06 UTC  (3+ messages)

[PATCH v3] crypto: rsassa-pkcs1 - Align DMA buffer to CRYPTO_DMA_ALIGN
 2026-07-30 11:38 UTC  (2+ messages)

[PATCH v4 00/19] crypto: talitos - Driver cleanup
 2026-07-30 10:00 UTC  (3+ messages)

[PATCH] crypto: krb5 - Use constant-time checksum comparison
 2026-07-30  9:33 UTC  (2+ messages)
`  "

[PATCH v6 0/8] crypto: qce - Fix crypto self-test failures
 2026-07-30  8:53 UTC  (5+ messages)
` [PATCH v6 1/8] crypto: qce - Fix HMAC self-test failures for empty messages

[PATCH] crypto: qce - drop redundant variable in qce_skcipher_done
 2026-07-30  7:40 UTC  (2+ messages)

[PATCH] crypto: bcm - use memcpy_and_pad in ahash_hmac_setkey
 2026-07-30  7:40 UTC  (2+ messages)

[PATCH] crypto: tegra - fix rctx->cryptlen in tegra_gcm_do_one_req()
 2026-07-30  7:40 UTC  (3+ messages)
` [PATCH v2] crypto: tegra - fix rctx->cryptlen calculation "

[PATCH] crypto: cesa: manage SRAM teardown with devm
 2026-07-30  7:39 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