Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-07-07 05:37:16 to 2026-07-11 16:01:47 UTC [more...]

[PATCH v2 00/10] tpm: Reorganize public headers and extract tpm-buf for standalone reuse
 2026-07-11 16:01 UTC  (11+ 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)

[PATCH] crypto: powerpc/aes - use bool for encryption/decryption flag
 2026-07-11 14:52 UTC 

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

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-10 23:14 UTC  (23+ 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] 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 v2 0/2] hwrng: Enable EIP-76 on RZ/N1
 2026-07-10 18:20 UTC  (3+ 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] crypto: pkcs7_verify: use constant-time comparison for digest and signature verification
 2026-07-10 17:56 UTC  (2+ messages)

[PATCH] crypto: ixp4xx: add missing MODULE_DEVICE_TABLE()
 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  (6+ messages)
` [PATCH v16 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v16 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v16 3/4] crypto: spacc - Add SPAcc AUTODETECT Support
` [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 00/33] Library APIs for AES encryption modes
 2026-07-09 16:46 UTC  (48+ messages)
` [PATCH 01/33] crypto: xts - Split out __xts_verify_key() helper
` [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 05/33] lib/crypto: aes: Add XTS support
` [PATCH 06/33] lib/crypto: aes: Add GCM support
` [PATCH 07/33] lib/crypto: aes: Add CCM support
` [PATCH 08/33] crypto: aes - Add ECB support using library
` [PATCH 09/33] crypto: aes - Add CBC and CBC-CTS "
` [PATCH 10/33] crypto: aes - Add CTR and XCTR "
` [PATCH 11/33] crypto: aes - Add XTS "
` [PATCH 12/33] crypto: aes - Add GCM "
` [PATCH 13/33] crypto: aes - Add CCM "
` [PATCH 14/33] x86/sev: Use new AES-GCM library
` [PATCH 15/33] lib/crypto: aesgcm: Remove old "
` [PATCH 16/33] crypto: aes - Remove AES-CBC-MAC support
` [PATCH 17/33] lib/crypto: aes: Remove aes_cbcmac_* functions
` [PATCH 18/33] fscrypt: Use aes_ecb_encrypt() for v1 key derivation
` [PATCH 19/33] KEYS: encrypted: Use AES-CBC library instead of crypto_skcipher
` [PATCH 20/33] KEYS: trusted: dcp: Use AES-GCM library instead of crypto_aead
` [PATCH 21/33] libceph: Use AES-CBC library in ceph_aes_crypt()
` [PATCH 22/33] libceph: Reimplement messenger v2 encryption using AES-GCM library
` [PATCH 23/33] wifi: mac80211: Use AES-CTR library in fils_aead.c
` [PATCH 24/33] wifi: mac80211: Use AES-GCM library for GMAC suite
` [PATCH 25/33] wifi: mac80211: Use crypto libraries for GCMP and CCMP suites
` [PATCH 26/33] macsec: Use AES-GCM library instead of crypto_aead
` [PATCH 27/33] wifi: ipw2x00: Use AES-CCM library
` [PATCH 28/33] mac802154: Use AES-CCM and AES-CTR libraries
` [PATCH 29/33] bpf: crypto: Use AES-CBC and AES-ECB libraries
` [PATCH 30/33] bpf: crypto: Add AES-GCM support
` [PATCH 31/33] smb: client: Use AES-GCM and AES-CCM libraries
` [PATCH 32/33] ksmbd: "
` [PATCH 33/33] net: tipc: Use AES-GCM library instead of crypto_aead

[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] lib/crypto: docs: Improve introduction sentence
 2026-07-09  6:19 UTC  (2+ messages)

[PATCH] lib/crypto: docs: Fix some sentence fragments
 2026-07-09  6:12 UTC  (2+ messages)

[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] crypto: aes - Fix conditions for selecting MAC dependencies
 2026-07-09  2:29 UTC 

[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 v3 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-07-08  6:46 UTC  (5+ 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] crypto: af_alg - Allow additional ciphers for cryptsetup
 2026-07-08  1:43 UTC  (4+ messages)

[PATCH v2 0/5] crypto: eip93: fix request lifetime and completion handling
 2026-07-07 17:15 UTC  (6+ messages)
` [PATCH v2 1/5] crypto: eip93: guard DMA cleanup on uninitialized mappings
` [PATCH v2 2/5] crypto: eip93: reject HMAC requests before setkey
` [PATCH v2 3/5] crypto: eip93: use request-local SA records for cipher requests
` [PATCH v2 4/5] crypto: eip93: order result descriptor reads after PE_READY
` [PATCH v2 5/5] crypto: eip93: handle request ID exhaustion

[PATCH v3] lib/rhashtable: clear stale iter->p on table restart
 2026-07-07 16:41 UTC 

[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
 2026-07-07 13:20 UTC  (5+ messages)
` [PATCH v3 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path

[PATCH RESEND] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
 2026-07-07  8:02 UTC  (6+ messages)

[PATCH] crypto: ctr - Convert from skcipher to lskcipher
 2026-07-07  5:57 UTC  (6+ messages)

[PATCH 1/2] wifi: mac80211: use aesgcm library
 2026-07-07  5:47 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