Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-07-07 18:20:50 to 2026-07-13 11:25:48 UTC [more...]

[PATCH v4] hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resume
 2026-07-13 11:25 UTC 

[PATCH v5 0/7] crypto: qce - Fix crypto self-test failures
 2026-07-13 11:10 UTC  (2+ messages)

powernv_rng_read: Oops: Kernel access of bad area, sig: 11 [#1]
 2026-07-13 10:02 UTC  (5+ messages)

[PATCH] crypto: powerpc/aes - use bool for encryption/decryption flag
 2026-07-13  9:01 UTC  (2+ messages)

[PATCH 00/33] Library APIs for AES encryption modes
 2026-07-13  8:39 UTC  (17+ messages)
` [PATCH 02/33] lib/crypto: aes: Add ECB support
` [PATCH 03/33] lib/crypto: aes: Add CBC and CBC-CTS support
` [PATCH 04/33] lib/crypto: aes: Add CTR and XCTR support
` [PATCH 29/33] bpf: crypto: Use AES-CBC and AES-ECB libraries

[PATCH] crypto: pcrypt - Remove pcrypt
 2026-07-13  6:36 UTC  (4+ messages)

[PATCH v3] MAINTAINERS: Drop Mark Gross
 2026-07-13  5:55 UTC  (4+ messages)

[PATCH v3] lib/rhashtable: clear stale iter->p on table restart
 2026-07-13  5:18 UTC  (5+ messages)

[PATCH] crypto: cesa: check for sram_dma NULL
 2026-07-13  5:07 UTC 

[PATCH v2] drivers/crypto: Mark QCE as BROKEN
 2026-07-13  4:47 UTC  (3+ messages)

[PATCH] crypto: keembay: add missing MODULE_DEVICE_TABLE()
 2026-07-13  3:46 UTC  (2+ messages)

[PATCH] crypto: ixp4xx: add missing MODULE_DEVICE_TABLE()
 2026-07-13  3:46 UTC  (3+ messages)

[PATCH RESEND] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
 2026-07-13  3:45 UTC  (2+ messages)

[PATCH v1] hwrng: ks-sa: Fix runtime PM cleanup on registration failure
 2026-07-13  3:44 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: crypto: Add Qualcomm Maili crypto support
 2026-07-13  3:42 UTC  (2+ messages)

[PATCH v4 0/3] Add support for hashing algorithms in TI DTHE V2
 2026-07-13  3:40 UTC  (7+ messages)
` [PATCH v4 1/3] crypto: ti - Add support for SHA224/256/384/512 in DTHEv2 driver

[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
 2026-07-13  3:35 UTC  (2+ messages)

[PATCH v3] hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resume
 2026-07-13  3:26 UTC  (2+ messages)

[PATCHv2] crypto: cesa: switch to non-devm IRQ to free it earlier
 2026-07-13  3:15 UTC 

[RFC PATCH] crypto: pcrypt - Disallow nesting of the pcrypt wrapper
 2026-07-13  2:56 UTC  (4+ messages)

[PATCH v5 0/5] crypto: skcipher - multi-data-unit dispatch as a template
 2026-07-13  2:25 UTC  (5+ messages)
` [PATCH v5 1/5] crypto: skcipher - add per-request data_unit_size
` [PATCH v5 2/5] crypto: dun - data-unit-number dispatch template

[PATCH v5 0/2] hwrng: starfive: add JHB100 support and fix clk/reset teardown
 2026-07-13  2:17 UTC  (3+ messages)
` [PATCH v5 2/2] hwrng: starfive: rework clk/reset teardown order for JHB100

[PATCH] crypto: aes - Fix conditions for selecting MAC dependencies
 2026-07-13  2:15 UTC  (2+ messages)

[PATCH] lib/crypto: docs: Improve introduction sentence
 2026-07-13  2:14 UTC  (3+ messages)

[PATCH] lib/crypto: docs: Fix some sentence fragments
 2026-07-13  2:14 UTC  (3+ messages)

[PATCH] lib/crypto: md5: Remove support for md5_mod_init_arch()
 2026-07-13  2:14 UTC  (3+ messages)

[PATCH] crypto: cesa: add missing free_irq() calls
 2026-07-13  2:09 UTC  (2+ messages)

[PATCH] crypto: algif_aead - stop recvmsg looping after a completed request
 2026-07-13  1:52 UTC  (2+ messages)

[PATCH] drivers/crypto: Mark QCE as BROKEN
 2026-07-12 21:03 UTC 

[PATCH 0/2] crypto: algif_skcipher - fix AIO IV race in stable trees
 2026-07-12 20:27 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] crypto: algif_skcipher - snapshot IV for async skcipher requests
  ` [PATCH v2 2/2] crypto: algif_skcipher - force synchronous processing on trees without ctx->state

[RFC RESEND PATCH v6 1/1] crypto: atmel-ecc - fix multi-device use-after-free and registration races
 2026-07-12 20:02 UTC 

[PATCH v3 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-07-12 18:07 UTC  (6+ messages)
` [PATCH v3 1/6] dt-bindings: crypto: qcom,inline-crypto-engine: Fix legacy/new SoC strictness split
` [PATCH v3 5/6] dt-bindings: dma: qcom,bam-dma: Increase iommus maxItems to 7

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-12 13:15 UTC  (24+ messages)
` [PATCH v2 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v2 02/19] crypto: cmh - add core platform driver
` [PATCH v2 03/19] crypto: cmh - add key provisioning and management
` [PATCH v2 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH v2 05/19] crypto: cmh - add HMAC ahash
` [PATCH v2 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH v2 07/19] crypto: cmh - add SM3 ahash
` [PATCH v2 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH v2 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH v2 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH v2 11/19] crypto: cmh - add DRBG hwrng
` [PATCH v2 12/19] crypto: cmh - add RSA akcipher
` [PATCH v2 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH v2 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH v2 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH v2 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH v2 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH v2 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH v2 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH v2 0/2] hwrng: Enable EIP-76 on RZ/N1
 2026-07-12  8:13 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: rng: Rename the title of the EIP-76 file
` [PATCH v2 2/2] hwrng: omap: Enable on Renesas RZ/N1D

[PATCH 1/2] crypto: algif_skcipher - snapshot IV for async skcipher requests
 2026-07-12  2:43 UTC  (3+ messages)

[PATCH v2 00/10] tpm: Reorganize public headers and extract tpm-buf for standalone reuse
 2026-07-11 18:18 UTC  (13+ messages)
` [PATCH v2 01/10] tpm: Initial step to reorganize TPM public headers
` [PATCH v2 02/10] tpm: Move TPM1 specific definitions to the command header
` [PATCH v2 03/10] tpm: Move TPM2 "
` [PATCH v2 04/10] tpm: Move TPM common base "
` [PATCH v2 05/10] tpm: Move platform specific definitions to the new PTP header
` [PATCH v2 06/10] tpm: Remove main TPM header from TPM event log header
` [PATCH v2 07/10] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v2 08/10] tpm-buf: Remove chip parameter from tpm_buf_append_handle()
` [PATCH v2 09/10] tpm-buf: Memory-safe allocations
` [PATCH v2 10/10] tpm-buf: Add TPM buffer support header for standalone reuse

[PATCH] crypto: rsassa-pkcs1: use constant-time comparison for digest and signature verification
 2026-07-11 15:17 UTC  (6+ messages)

[RFC] VEGA: a syzbot-like workflow for LLM-found kernel bugs
 2026-07-11  5:33 UTC  (7+ messages)

[PATCH] crypto: talitos - fix rename first/last to first_desc/last_desc
 2026-07-10 21:02 UTC  (17+ messages)
` [PATCH 0/5] "
  ` [PATCH 1/5] Revert "crypto: talitos - rename first/last to first_desc/last_desc"
      ` [PATCH 6.6.y v2 0/5] crypto: talitos - fix rename first/last to first_desc/last_desc
        ` [PATCH 2/5] Revert "crypto: talitos - fix SEC1 32k ahash request limitation"
        ` [PATCH 3/5] crypto: talitos - stop using crypto_ahash::init
        ` [PATCH 4/5] crypto: talitos - fix SEC1 32k ahash request limitation
        ` [PATCH 5/5] crypto: talitos - rename first/last to first_desc/last_desc
      ` [PATCH 6.6.y v3 0/5] crypto: talitos - fix "

[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
 2026-07-10 19:45 UTC  (4+ messages)
` [PATCH v3 07/23] mfd: loongson-se: Drop unused assignment of acpi_device_id driver data
` [PATCH v3 11/23] mfd: Use named initializers for acpi_device_id arrays

[PATCH] crypto: pkcs7_verify: use constant-time comparison for digest and signature verification
 2026-07-10 17:56 UTC  (2+ messages)

[PATCH v2 0/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader
 2026-07-10 14:30 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: crypto: rockchip: Add RK356x/RK3588 crypto engine binding
` [PATCH v2 2/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader driver
` [PATCH v2 3/4] arm64: dts: rockchip: Add crypto node to rk356x-base
` [PATCH v2 4/4] arm64: dts: rockchip: Add crypto node to rk3588-base

[PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block
 2026-07-10 12:59 UTC  (34+ messages)
` [PATCH 01/16] dt-bindings: clock: Introduce nexus nodes
` [PATCH 02/16] dt-bindings: interrupt-controller: Describe EIP-201 AIC
` [PATCH 05/16] dt-bindings: bus: eip150: Describe the EIP-150 container node
` [PATCH 06/16] clk: tests: Add clk_parse_clkspec() Kunit testing
` [PATCH 07/16] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH 10/16] clk: Add support for clock nexus dt bindings
` [PATCH 11/16] clk: tests: Add Kunit testing for nexus nodes
` [PATCH 12/16] irqchip/eip201-aic: Add support for Safexcel EIP-201 AIC
` [PATCH 16/16] ARM: dts: renesas: r9a06g032: Describe the EIP-150 block

[PATCH v16 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-07-10 12:27 UTC  (3+ messages)
` [PATCH v16 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile

[PATCH] crypto: aspeed: Propagate platform_get_irq() errors
 2026-07-10 11:07 UTC 

[PATCH 0/3] char: Remove redundant error messages on IRQ request failure
 2026-07-10 10:53 UTC  (2+ messages)
` [PATCH 1/3] hwrng: drivers - Remove redundant dev_err()/dev_err_probe()

[PATCH] crypto: sl3516 - drop invalid sg_dma_len checks before DMA mapping
 2026-07-10 10:17 UTC  (2+ messages)

[PATCH v7 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
 2026-07-09 19:52 UTC  (2+ messages)

AF_ALG deprecation fallout
 2026-07-09 17:07 UTC  (9+ messages)

[PATCH v2 00/23] mfd: Use named initializers for arrays of *_device_data
 2026-07-09 16:08 UTC  (6+ messages)
` [PATCH v2 07/23] mfd: loongson-se: Drop unused assignment of acpi_device_id driver data
` [PATCH v2 11/23] mfd: Use named initializers for acpi_device_id arrays

[PATCH] crypto: fix bracket
 2026-07-09 16:08 UTC  (2+ messages)

[PATCH] wifi: mac80211: Fix cryptographic MAC comparison to be constant-time
 2026-07-09 15:20 UTC  (3+ messages)

[PATCH v20 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-09 12:32 UTC  (4+ messages)
` [PATCH v20 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-07-09  5:43 UTC  (3+ messages)
` (subset) "

[PATCH 0/5] bitmap: align bitmap_find_next_zero_area_off() output with the rest of the API
 2026-07-09  2:03 UTC  (3+ messages)
` [PATCH 3/5] crypto: ccp: Treat bitmap size as allocation failure
` [PATCH 5/5] bitmap: Return size when no zero area is found

[PATCH] crypto: atmel-ecc - avoid stale fallback key after set_secret failure
 2026-07-08 20:42 UTC 

[PATCH] crypto: atmel-sha204a - clear RNG data from memory
 2026-07-08 15:04 UTC 

[PATCH v4 0/2] mfd: loongson-se: Fix miscellaneous issues and add multi-node support
 2026-07-08 15:03 UTC  (5+ messages)
` [PATCH v4 1/2] mfd: loongson-se: Fix miscellaneous issues
` [PATCH v4 2/2] mfd: loongson-se: Add multi-node support

[PATCH] crypto: af_alg - Allow additional ciphers for cryptsetup
 2026-07-08  1:43 UTC  (4+ messages)


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