Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-05-01 19:04:47 to 2026-05-07 09:55:26 UTC [more...]

[PATCH v16 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-05-07  9:55 UTC  (2+ messages)

[PATCH v2] crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=y
 2026-05-07  9:26 UTC  (6+ messages)

[PATCH] crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=y
 2026-05-07  8:11 UTC  (4+ messages)

powernv_rng_read: Oops: Kernel access of bad area, sig: 11 [#1]
 2026-05-07  2:40 UTC  (2+ messages)

[PATCH] crypto: ccp: sev-dev-tsm: bail out early when pdev->bus is NULL
 2026-05-07  2:36 UTC 

[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-06 20:44 UTC  (10+ messages)
` [PATCH v4 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v4 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v4 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v4 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v4 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v4 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v4 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v4 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v4 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH] dt-bindings: crypto: qcom-qce: document the Nord crypto engine
 2026-05-06 15:23 UTC  (2+ messages)

[PATCH] crypto: af_alg - Document the deprecation of AF_ALG
 2026-05-06 14:42 UTC  (11+ messages)

[PATCH v2 0/2] Add TRNG support for Glymur SoC
 2026-05-06  9:32 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom,prng: Document Glymur TRNG
` [PATCH v2 2/2] arm64: dts: qcom: glymur: add TRNG node

[PATCH] talitos: allocate channels with main struct
 2026-05-06  9:25 UTC  (2+ messages)

[PATCH] crypto: ccree - replace snprintf("%s") with strscpy
 2026-05-06  9:21 UTC 

[PATCH] crypto: artpec6 - refactor crypto_setup_out_descr for readability
 2026-05-06  9:16 UTC 

[PATCHv2] talitos: allocate channels with main struct
 2026-05-06  8:47 UTC  (4+ messages)

[PATCH 1/2] wifi: mac80211: use aesgcm library
 2026-05-06  7:06 UTC  (4+ messages)
` [PATCH 2/2] wifi: mac80211: use gf128hash library

(no subject)
 2026-05-06  6:53 UTC 

[PATCH v2] lib/crypto: powerpc/md5: Drop powerpc optimized MD5 code
 2026-05-06  3:00 UTC 

[PATCH] crypto: drbg - Remove support for "prediction resistance"
 2026-05-06  0:02 UTC 

[PATCH] crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTES
 2026-05-06  0:02 UTC 

[PATCH v4 0/7] Add RMPOPT support
 2026-05-05 20:34 UTC  (12+ messages)
` [PATCH v4 3/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v4 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v4 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v4 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown

[PATCH v2 00/12] crypto: talitos - fix several issues in the Freescale talitos crypto driver
 2026-05-05 17:53 UTC  (13+ messages)
` [PATCH v2 01/12] crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor header
` [PATCH v2 02/12] crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1
` [PATCH v2 03/12] crypto: talitos - move dma unmapping code in flush_channel() into a standalone dma_unmap_request() function
` [PATCH v2 04/12] crypto: talitos - move dma mapping code in talitos_submit() into a standalone dma_map_request() function
` [PATCH v2 05/12] crypto: talitos - move code in current_desc_hdr() into a standalone function
` [PATCH v2 06/12] crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional descriptor
` [PATCH v2 07/12] crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueue
` [PATCH v2 08/12] crypto: talitos/hash - drop workqueue mechanism for SEC1
` [PATCH v2 09/12] crypto: talitos/hash - rename first_desc/last_desc to first_request/last_request
` [PATCH v2 10/12] crypto: talitos/hash - remove useless wrapper
` [PATCH v2 11/12] crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitation
` [PATCH v2 12/12] crypto: talitos - fix invalid submit_count initial value

[PATCH] lib/crypto: powerpc/md5: Drop powerpc optimized MD5 code
 2026-05-05 17:14 UTC  (8+ messages)

[PATCH 0/4] crypto: talitos - fix several issues in the Freescale talitos crypto driver
 2026-05-05 15:24 UTC  (6+ messages)
` [PATCH 1/4] crypto: talitos - use hardware facilities for large ahash requests
` [PATCH 2/4] crypto: talitos - rename first_desc/last_desc to first_request/last_request
` [PATCH 3/4] crypto: talitos - remove useless wrapper
` [PATCH 4/4] crypto: talitos - fix invalid submit_count initial value

[PATCH v2 0/4] SEV re-initialization fixes
 2026-05-05 14:37 UTC  (7+ messages)
` [PATCH v2 1/4] crypto/ccp: Do not initialize SNP for SEV ioctls
` [PATCH v2 2/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_COMMIT)
` [PATCH v2 3/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_VLEK_LOAD)
` [PATCH v2 4/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_CONFIG)

[PATCH] crypto: ccp: Treat zero-length cert chain as query for blob lengths
 2026-05-05 14:32 UTC  (2+ messages)

[PATCH] crypto: Move MODULE_DEVICE_TABLE next to the table itself
 2026-05-05 10:29 UTC 

[PATCH v2 1/4] hwrng: core - drop unnecessary forward declarations
 2026-05-05  9:45 UTC  (4+ messages)
` [PATCH v2 2/4] hwrng: core - use bool for wait parameter in rng_get_data
` [PATCH v2 3/4] hwrng: core - use MAX to simplify RNG_BUFFER_SIZE
` [PATCH v2 4/4] hwrng: core - use sysfs_emit_at in rng_available_show

[PATCH] crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curve
 2026-05-05  9:34 UTC  (4+ messages)

[PATCH v2] asymmetric_keys: check asymmetric_key_ids() for NULL before dereference
 2026-05-05  9:34 UTC  (2+ messages)

[PATCH 1/2] mm/slab: Add kvfree_atomic() helper
 2026-05-05  9:30 UTC  (2+ messages)

[PATCH v2] crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204A
 2026-05-05  9:30 UTC  (2+ messages)

[PATCH] crypto: starfive - use list_first_entry_or_null to simplify cryp_find_dev
 2026-05-05  9:29 UTC  (2+ messages)

[PATCH 1/3] crypto: omap - add omap_aes_unregister_algs helper
 2026-05-05  9:28 UTC  (2+ messages)

[PATCH 1/2] crypto: caam - use print_hex_dump_devel to guard key hex dumps
 2026-05-05  9:28 UTC  (2+ messages)

[PATCH v5 0/1] crypto: atmel-sha204a - multiple RNG fixes
 2026-05-05  9:27 UTC  (3+ messages)
` [PATCH v5 1/1] crypto: atmel-sha204a - fix blocking and non-blocking rng logic

[PATCH] crypto: cesa: allocate engines with main struct
 2026-05-05  9:25 UTC  (2+ messages)

[PATCH v2] crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS mode
 2026-05-05  9:24 UTC  (2+ messages)

[PATCH v2] crypto: ixp4xx - fix buffer chain unwind on allocation failure
 2026-05-05  9:24 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss - avoid hash and rng references
 2026-05-05  9:24 UTC  (2+ messages)

[PATCH 0/1] rhashtable: fix fs_reclaim circular dep in free_and_destroy
 2026-05-05  9:23 UTC  (3+ messages)
` [PATCH 1/1] rhashtable: drop ht->mutex in rhashtable_free_and_destroy()

[PATCH] crypto: af_alg - Cap AEAD AD length to 0x80000000
 2026-05-05  9:02 UTC 

[PATCH v4 1/3] dt-bindings: rng: mtk-rng: fix style problems in example
 2026-05-05  8:51 UTC  (2+ messages)

[PATCH] crypto: Drop unused cipher_null crypto_alg
 2026-05-05  8:50 UTC  (2+ messages)

[PATCH 00/38] Fix and simplify the NIST DRBG implementation
 2026-05-05  8:49 UTC  (2+ messages)

[PATCH 0/2] Add Crypto Engine support for the Glymur SoC
 2026-05-05  8:49 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom-qce: Document the Glymur crypto engine

[PATCH 0/2] Add TRNG support for Glymur SoC
 2026-05-05  8:47 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom,prng: Document Glymur TRNG

[PATCH v5 00/13] Add explicit clock vote and enable power-domain for QCOM-ICE
 2026-05-05  8:47 UTC  (9+ messages)
` [PATCH v5 01/13] dt-bindings: crypto: qcom,ice: Fix missing power-domain and iface clk
` [PATCH v5 12/13] arm64: dts: qcom: milos: Add power-domain and iface clk for ice node
` [PATCH v5 13/13] arm64: dts: qcom: eliza: "

[PATCH RESEND 1/2] crypto: atmel-ecc - add support for atecc608b
 2026-05-05  8:44 UTC  (2+ messages)

[PATCH v1 0/4] Fix some bugs in the CCP driver
 2026-05-05  8:40 UTC  (3+ messages)

[PATCH 0/2] crypto: qcom: Add QCE for Eliza SoC
 2026-05-05  8:39 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom-qce: Add Qualcomm Eliza QCE

[PATCH] crypto: qat - fix heartbeat error injection
 2026-05-05  8:36 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: milos: Add QCrypto support
 2026-05-05  8:35 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom-qce: Document the Milos crypto engine

[PATCH] keys: cleanup dead code in Kconfig for FIPS_SIGNATURE_SELFTEST
 2026-05-05  8:35 UTC  (2+ messages)

[PATCH] crypto: fix OOB read in pefile_digest_pe_contents
 2026-05-05  8:23 UTC  (4+ messages)

[PATCH v2 0/2] Add Crypto Engine support for the Glymur SoC
 2026-05-05  7:40 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom-qce: Document the Glymur crypto engine
` [PATCH v2 2/2] arm64: dts: qcom: glymur: Add crypto engine and BAM

[PATCH] crypto: safexcel - Remove repeated plus
 2026-05-05  7:37 UTC  (2+ messages)

[PATCH] crypto: krb5 - wait for async aead completion before freeing buffer
 2026-05-05  5:54 UTC  (2+ messages)

[PATCH] talitos: allocate channels with main struct
 2026-05-05  5:50 UTC  (2+ messages)

[PATCH 1/4] hwrng: core - drop unnecessary forward declarations
 2026-05-05  5:33 UTC  (10+ messages)
` [PATCH 2/4] hwrng: core - use bool for wait parameter in rng_get_data
` [PATCH 3/4] hwrng: core - use MAX to simplify RNG_BUFFER_SIZE
` [PATCH 4/4] hwrng: core - use sysfs_emit_at in rng_available_show

[PATCH v12 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-05-05  3:31 UTC  (3+ messages)
` [PATCH v12 2/4] crypto: spacc - Add SPAcc ahash support

[PATCH] crypto: af_alg - Remove zero-copy support from AF_ALG
 2026-05-04 22:53 UTC  (12+ messages)
        ` [PATCH v2] "
            ` [PATCH v3] crypto: af_alg - Remove zero-copy support from skcipher and aead

[PATCH v1 1/1] hwrng: core - Replace strlcat() with better alternative
 2026-05-04 21:01 UTC  (4+ messages)

[PATCH] crypto: ccp - Define pci_device_ids using named initializers
 2026-05-04 20:16 UTC  (2+ messages)

AF_ALG hardening
 2026-05-04 19:54 UTC  (9+ messages)
                            ` [oss-security] CVE-2026-31431: CopyFail: linux local privilege scalation

[RFC v1 0/6] Implement SNP DOWNLOAD_FIRMWARE_EX support
 2026-05-04 18:43 UTC  (6+ messages)
` [RFC v1 6/6] crypto/ccp: Implement SNP firmware live update

[PATCH] crypto: Drop explicit assigment of 0 in pci_device_id array
 2026-05-04 15:32 UTC 

[RFC v2] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
 2026-05-04 14:32 UTC  (2+ messages)

Complete list of AF_ALG algorithms used by iwd
 2026-05-04 12:58 UTC  (2+ messages)

[PATCH 1/2] crypto: jitterentropy - drop redundant delta check in jent_entropy_init
 2026-05-04 11:47 UTC  (4+ messages)
` [PATCH 2/2] crypto: jitterentropy - fix URL

[PATCH] hwrng: Drop unused assignment to pci driver_data
 2026-05-04  9:20 UTC 

AF_ALG algorithms required by cryptsetup
 2026-05-04  6:08 UTC  (2+ messages)

[PATCH v2] crypto: zstd - fix segmented acomp streaming paths
 2026-05-04  3:40 UTC  (2+ messages)

[PATCH] crypto: qat - fix use-after-free during concurrent device start and removal
 2026-05-04  2:51 UTC 

[GIT PULL] Crypto Fixes for 7.1
 2026-05-02 20:27 UTC  (2+ messages)

[PATCH net-next] Documentation/tcp_ao: Document the supported MAC algorithms and lengths
 2026-05-02 18:20 UTC  (2+ messages)

[Possible vulnerability] crypto/af_alg: extract_bvec_to_sg() retains spliced pipe pages in TX SGL without sendpage_ok() check
 2026-05-02 15:47 UTC 

[PATCH] asymmetric_keys: check asymmetric_key_ids() for NULL before dereference
 2026-05-02  8:40 UTC  (4+ messages)

[PATCH] crypto: authencesn - Copy high sequence number from src after out-of-place decryption
 2026-05-02  4:53 UTC  (5+ messages)
    ` [PATCH] crypto: authencesn - Use memcpy_from/to_sglist
      ` [v2 PATCH] "


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