Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-07-21 13:40:54 to 2026-07-22 16:33:32 UTC [more...]

[PATCH v2] drivers/crypto: Mark QCE as BROKEN
 2026-07-22 16:33 UTC  (8+ messages)

[PATCH v23 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-22 16:24 UTC  (15+ messages)
` [PATCH v23 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v23 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v23 12/14] crypto: qce - Map crypto memory for DMA

[PATCH 0/2] Remove pcrypt
 2026-07-22 16:12 UTC  (5+ messages)
` [PATCH 1/2] crypto: pcrypt - "

[PATCH 0/3] Remove old AES-GCM library
 2026-07-22 16:03 UTC  (8+ messages)
` [PATCH 1/3] x86/sev: Use new "
` [PATCH 2/3] x86/sev: Remove obsolete virtual address check
` [PATCH 3/3] lib/crypto: aesgcm: Remove old AES-GCM library

[PATCH] lib/crypto: x86/chacha: Add a 16-block AVX-512 variant
 2026-07-22 15:32 UTC 

[PATCH v2 00/13] Library APIs for AES encryption modes
 2026-07-22 15:06 UTC  (4+ messages)
` [PATCH v2 06/13] lib/crypto: aes: Add GCM support

[PATCH] rhashtable: fix false-positive lockdep splat on rhltable destruction
 2026-07-22 11:29 UTC  (2+ messages)

[PATCH v2 0/2] Enable ICE for UFS on Hamoa IoT EVK
 2026-07-22  9:26 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom,inline-crypto-engine: Add x1e80100 support
` [PATCH v2 2/2] arm64: dts: qcom: hamoa: Add ICE node for UFS inline encryption

[PATCH v4 00/19] crypto: talitos - Driver cleanup
 2026-07-22  8:54 UTC  (20+ messages)
` [PATCH v4 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH v4 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v4 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v4 04/19] crypto: talitos/hwrng - Move into separate file
` [PATCH v4 05/19] crypto: talitos - Prepare crypto implementation file splitting
` [PATCH v4 06/19] crypto: talitos/hash - Move into separate file
` [PATCH v4 07/19] crypto: talitos/skcipher "
` [PATCH v4 08/19] crypto: talitos/aead "
` [PATCH v4 09/19] crypto: talitos/hash - Convert to {init,exit}_tfm type-specific API
` [PATCH v4 10/19] crypto: talitos/skcipher "
` [PATCH v4 11/19] crypto: talitos/aead "
` [PATCH v4 12/19] crypto: talitos/hash - Use macro for algorithm definitions
` [PATCH v4 13/19] crypto: talitos/skcipher "
` [PATCH v4 14/19] crypto: talitos/aead "
` [PATCH v4 15/19] crypto: talitos - Remove alg settings in talitos_register_common()
` [PATCH v4 16/19] crypto: talitos - Introduce is_sec1() helper with static key support
` [PATCH v4 17/19] crypto: talitos - Replace has_ftr_sec1() with is_sec1() static key helper
` [PATCH v4 18/19] crypto: talitos - Introduce per-SEC-version descriptor and pointer structures
` [PATCH v4 19/19] crypto: talitos - Remove TALITOS_DESC_SIZE macro

[PATCH 00/12] crypto: Remove redundant error messages on IRQ request failure
 2026-07-22  6:06 UTC  (3+ messages)
` [PATCH 03/12] crypto: aspeed - Remove redundant dev_err()

[PATCH v10 0/6] Add RMPOPT support
 2026-07-22  2:46 UTC  (12+ messages)
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH] lib/crypto: aes-gcm: Fix CRYPTO_LIB_GF128HASH selection
 2026-07-22  2:17 UTC 

[PATCH 6.1/6.6/6.12.y] crypto: rsa-pkcs1pad: Don't WARN on an empty digest
 2026-07-22  0:53 UTC  (2+ messages)

[PATCH 0/5] lib/crypto: add HKDF and convert fscrypt and NVMe
 2026-07-21 15:06 UTC  (7+ messages)
` [PATCH 1/5] lib/crypto: add HKDF-SHA{256,384,512}
` [PATCH 2/5] lib/crypto: tests: add HKDF KUnit tests
` [PATCH 3/5] fscrypt: use HKDF library functions
` [PATCH 4/5] nvme-auth: use HKDF library functions for TLS PSK derivation
` [RFC PATCH 5/5] ovpn: use HKDF library functions for epoch key derivation

[PATCH v3 00/19] crypto: talitos - Driver cleanup
 2026-07-21 13:59 UTC  (20+ messages)
` [PATCH v3 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH v3 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v3 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v3 04/19] crypto: talitos/hwrng - Move into separate file
` [PATCH v3 05/19] crypto: talitos - Prepare crypto implementation file splitting
` [PATCH v3 06/19] crypto: talitos/hash - Move into separate file
` [PATCH v3 07/19] crypto: talitos/skcipher "
` [PATCH v3 08/19] crypto: talitos/aead "
` [PATCH v3 09/19] crypto: talitos/hash - Convert to {init,exit}_tfm type-specific API
` [PATCH v3 10/19] crypto: talitos/skcipher "
` [PATCH v3 11/19] crypto: talitos/aead "
` [PATCH v3 12/19] crypto: talitos/hash - Use macro for algorithm definitions
` [PATCH v3 13/19] crypto: talitos/skcipher "
` [PATCH v3 14/19] crypto: talitos/aead "
` [PATCH v3 15/19] crypto: talitos - Remove alg settings in talitos_register_common()
` [PATCH v3 16/19] crypto: talitos - Introduce is_sec1() helper with static key support
` [PATCH v3 17/19] crypto: talitos - Replace has_ftr_sec1() with is_sec1() static key helper
` [PATCH v3 18/19] crypto: talitos - Introduce per-SEC-version descriptor and pointer structures
` [PATCH v3 19/19] crypto: talitos - Remove TALITOS_DESC_SIZE macro

[PATCH v3 00/19] crypto: talitos - Driver cleanup
 2026-07-21 13:54 UTC  (9+ messages)
` [PATCH v3 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v3 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v3 04/19] crypto: talitos/hwrng - Move into separate file
` [PATCH v3 05/19] crypto: talitos - Prepare crypto implementation file splitting
` [PATCH v3 06/19] crypto: talitos/hash - Move into separate file
` [PATCH v3 07/19] crypto: talitos/skcipher "

[PATCH v3 00/19] crypto: talitos - Driver cleanup
 2026-07-21 13:43 UTC  (5+ messages)
` [PATCH v3 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API
` [PATCH v3 02/19] crypto: talitos - Move driver into dedicated directory
` [PATCH v3 03/19] crypto: talitos - Add missing includes to driver header file
` [PATCH v3 04/19] crypto: talitos/hwrng - Move into separate file


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