Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-06-30 08:34:47 to 2026-07-07 05:59:20 UTC [more...]

[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)

[PATCH 00/33] Library APIs for AES encryption modes
 2026-07-07  5:35 UTC  (34+ 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 0/2] Add TRNG support for Glymur SoC
 2026-07-07  5:34 UTC  (7+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: glymur: add TRNG node

[PATCH v3 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-07-07  4:45 UTC  (8+ messages)
` [PATCH v3 1/6] dt-bindings: crypto: qcom,inline-crypto-engine: Fix legacy/new SoC strictness split
` [PATCH v3 2/6] dt-bindings: crypto: qcom,inline-crypto-engine: Document Shikra ICE
` [PATCH v3 3/6] dt-bindings: crypto: qcom,prng: Document Shikra TRNG
` [PATCH v3 4/6] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
` [PATCH v3 5/6] dt-bindings: dma: qcom,bam-dma: Increase iommus maxItems to 7
` [PATCH v3 6/6] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes

[PATCH] crypto: af_alg - Allow additional ciphers for cryptsetup
 2026-07-06 20:24 UTC  (3+ messages)

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

[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
 2026-07-06 18:09 UTC  (6+ messages)
` [PATCH v3 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path
` [PATCH v3 4/4] crypto: ccp: Fix memory leak in SEV INIT_EX path

[PATCH 1/4] crypto: atmel-tdes - simplify fast path in crypt_start
 2026-07-06 15:04 UTC  (4+ messages)
` [PATCH 2/4] crypto: atmel-tdes - use __get_free_page in buff_init
` [PATCH 3/4] crypto: atmel-tdes - drop redundant return variable in crypt_pdc_stop
` [PATCH 4/4] crypto: atmel-tdes - drop redundant if check in crypt_dma_stop

[PATCH 0/2] crypto: algif_skcipher - fix AIO IV race in stable trees
 2026-07-06 14:08 UTC  (4+ messages)
` [PATCH 1/2] crypto: algif_skcipher - snapshot IV for async skcipher requests
` [PATCH 2/2] crypto: algif_skcipher - force synchronous processing on trees without ctx->state

[PATCH v5 0/7] crypto: qce - Fix crypto self-test failures
 2026-07-06 13:53 UTC  (8+ messages)
` [PATCH v5 1/7] crypto: qce - Fix HMAC self-test failures for empty messages
` [PATCH v5 2/7] crypto: qce - Reject empty messages for AES-XTS
` [PATCH v5 3/7] crypto: qce - Fix CTR-AES for partial block requests
` [PATCH v5 4/7] crypto: qce - Use a fallback for AES-CTR with a partial final block
` [PATCH v5 5/7] crypto: qce - Fix xts-aes-qce for weak keys
` [PATCH v5 6/7] crypto: qce - Use a fallback for CCM with a partial final block
` [PATCH v5 7/7] crypto: qce - Use fallback for CCM with a fragmented payload

[PATCH v10 0/6] Add RMPOPT support
 2026-07-06 12:02 UTC  (12+ messages)
` [PATCH v10 1/6] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v10 5/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v10 6/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown

[PATCH v2 0/3] dt-bindings: crypto: Add Qualcomm Maili crypto support
 2026-07-06 12:01 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: crypto: qcom,inline-crypto-engine: Document Maili ICE
` [PATCH v2 3/3] dt-bindings: crypto: qcom,ice: Fix missing power-domain and iface clk on Hawi

[PATCH 0/3] crypto: xilinx: Map PLM error codes to Linux error
 2026-07-06 11:02 UTC  (4+ messages)
` [PATCH 1/3] firmware: xilinx: Rephrase documentation of aes API
` [PATCH 2/3] firmware: xilinx: Update AES PM-APIs to capture PLM error codes
` [PATCH 3/3] crypto: xilinx: zynqmp-aes-gcm: Send firmware decoded code instead of EBADMSG

[RFC] crypto: af_alg: where should writable ownership be enforced for MSG_SPLICE_PAGES?
 2026-07-06  6:21 UTC 

[PATCH v2 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-07-06  5:14 UTC  (23+ messages)
` [PATCH v2 1/6] dt-bindings: crypto: qcom,inline-crypto-engine: Fix legacy/new SoC strictness split
` [PATCH v2 2/6] dt-bindings: crypto: qcom,inline-crypto-engine: Document Shikra ICE
` [PATCH v2 3/6] dt-bindings: crypto: qcom,prng: Document Shikra TRNG
` [PATCH v2 4/6] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
` [PATCH v2 5/6] dt-bindings: dma: qcom,bam-dma: Increase iommus maxItems to seven
` [PATCH v2 6/6] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes

[PATCH] crypto: qat - use strscpy_pad to simplify adf_service_string_to_mask
 2026-07-06  5:11 UTC  (2+ messages)

[PATCH] lib/crypto: md5: Remove support for md5_mod_init_arch()
 2026-07-05 19:50 UTC  (2+ messages)

[PATCH] crypto: keembay: Fix AEAD unregister count in error path
 2026-07-05  8:41 UTC  (2+ messages)

[PATCH] crypto: rockchip: fail ahash requests on HASH idle timeout
 2026-07-05  8:41 UTC  (2+ messages)

[PATCH] hwrng: omap: Fix probe error path cleanup
 2026-07-05  8:40 UTC  (2+ messages)

[PATCH] hwrng: xilinx-trng: propagate timeout before any data is read
 2026-07-05  8:40 UTC  (3+ messages)

[PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
 2026-07-05  8:39 UTC  (10+ messages)

[PATCH v4 0/8] crypto: qce - Fix crypto self-test failures
 2026-07-05  8:38 UTC  (6+ messages)
` [PATCH v4 1/8] crypto: qce - Remove unsafe/deprecated algorithms
` [PATCH v4 2/8] crypto: qce - Fix HMAC self-test failures for empty messages

[PATCH] crypto: mxs-dcp - fix source scatterlist length access
 2026-07-05  8:37 UTC  (2+ messages)

[PATCH] crypto: sa2ul: stop probe if context pool creation fails
 2026-07-05  8:34 UTC  (2+ messages)

[PATCH 0/7] Finish removing crypto_rng from drivers/crypto/
 2026-07-05  8:33 UTC  (2+ messages)

[PATCH v5] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
 2026-07-05  8:32 UTC  (2+ messages)

[PATCH] crypto: qce - drop unused scatterlist traversal in qce_ahash_update
 2026-07-05  8:31 UTC  (2+ messages)

[PATCH] crypto: amcc: move ioremapping up
 2026-07-05  8:30 UTC  (2+ messages)

[PATCH v3 1/1] crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
 2026-07-05  8:30 UTC  (2+ messages)

[PATCH] crypto: atmel-ecc - reject hardware ECDH without a public key
 2026-07-05  8:29 UTC  (2+ messages)

[PATCH] crypto: atmel-ecc - drop unused curve id from atmel_ecdh_ctx
 2026-07-05  8:29 UTC  (2+ messages)

[PATCH v2] crypto: atmel-tdes - use scatterlist length before DMA mapping
 2026-07-05  8:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: update hisilicon zip driver maintainer
 2026-07-05  8:28 UTC  (2+ messages)

[PATCH v2 1/2] crypto: atmel-i2c - improve comment in atmel_i2c_init_ecdh_cmd
 2026-07-05  8:27 UTC  (2+ messages)

[PATCH v2 0/4] qcom-rng fixes and cleanups
 2026-07-05  8:26 UTC  (2+ messages)

[PATCH] crypto: qat - clear AES key schedule from stack
 2026-07-05  5:33 UTC  (2+ messages)

[PATCH] crypto: qat - cancel work on re-enable SR-IOV timeout
 2026-07-05  5:33 UTC  (2+ messages)

[PATCH] crypto: ecc - Optimize vli additive operations using compiler builtins
 2026-07-05  5:32 UTC  (2+ messages)

[PATCH] hwrng: atmel - drop __maybe_unused from atmel_trng_pm_ops
 2026-07-05  5:31 UTC  (2+ messages)

[PATCH v2 0/6] crypto: use 2-arg strscpy where destination size is known
 2026-07-05  5:31 UTC  (2+ messages)

[PATCH v2] hw_random/core: fix rng list on registration error
 2026-07-05  5:31 UTC  (2+ messages)

[PATCH] crypto: keembay: add missing MODULE_DEVICE_TABLE()
 2026-07-04 12:46 UTC 

[PATCH] crypto: ixp4xx: add missing MODULE_DEVICE_TABLE()
 2026-07-04 12:15 UTC 

[PATCH v3] MAINTAINERS: Drop Mark Gross
 2026-07-04  0:40 UTC  (3+ messages)

[PATCH] crypto: ti - Use list_first_entry_or_null() in dthe_get_dev()
 2026-07-03 14:09 UTC  (3+ messages)

[PATCH v3] Fix multiple issues in chcr driver:
 2026-07-03  9:30 UTC  (2+ messages)

[PATCH v3] hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resume
 2026-07-03  9:20 UTC 

[PATCH] crypto: caam: depopulate job rings on populate failure
 2026-07-03  9:14 UTC  (2+ messages)

[PATCH v2] hwrng: core - Do not read data during PM sleep transition
 2026-07-03  8:16 UTC  (3+ messages)

[PATCH v2 00/19] crypto: talitos - Driver cleanup
 2026-07-03  7:18 UTC  (3+ messages)
` [PATCH v2 01/19] crypto: talitos/hash - Use CRYPTO_AHASH_BLOCK_ONLY API

[PATCH] hwrng: omap - balance runtime PM and clocks on probe-defer paths
 2026-07-03  7:00 UTC  (2+ messages)

[PATCH v15 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-07-03  5:17 UTC  (7+ messages)
` [PATCH v15 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v15 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v15 3/4] crypto: spacc - Add SPAcc AUTODETECT Support
` [PATCH v15 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-07-03  4:53 UTC  (6+ messages)
` [PATCH 5/5] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes

[PATCH] lib/rhashtable: clear stale iter->p on table restart
 2026-07-03  4:27 UTC  (3+ messages)
  ` [PATCH v2] "

[RFC PATCH 0/2] rust: crypto: library AES-128 / SHA-256 / HMAC + RSA
 2026-07-03  3:00 UTC  (5+ messages)
` [RFC PATCH v2 0/3] "
  ` [RFC PATCH v2 1/3] rust: crypto: add library AES-128 / SHA-256 / HMAC-SHA256 bindings
  ` [RFC PATCH v2 2/3] rust: crypto: use the in-tree AES-CMAC library
  ` [RFC PATCH v2 3/3] rust: crypto: add an RSA public-key primitive in lib/crypto

[PATCH v1] hwrng: ks-sa: Fix runtime PM cleanup on registration failure
 2026-07-02 23:39 UTC 

[PATCH v5 0/5] crypto: skcipher - multi-data-unit dispatch as a template
 2026-07-02 16:45 UTC  (9+ 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 3/5] crypto: testmgr - test dun() dispatch
` [PATCH v5 4/5] dm crypt: batch a bio segment's sectors via dun()
` [PATCH v5 5/5] blk-crypto: fallback - batch a segment's data units "

[PATCH v7 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-07-02 15:26 UTC  (2+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-02 11:03 UTC  (12+ messages)

[PATCH 5.10/5.15] crypto: af_alg - Set merge to zero early in af_alg_sendmsg
 2026-07-02  0:38 UTC  (2+ messages)

[RFC PATCH] crypto: pcrypt - Disallow nesting of the pcrypt wrapper
 2026-07-01 14:39 UTC 

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH v9 3/6] x86/sev: Disable CPU hotplug while SNP is active
 2026-06-30 14:18 UTC  (3+ messages)

i.MX95: EdgeLock Enclave secure storage
 2026-06-30 12:06 UTC  (2+ messages)
` [EXT] "

[PATCH RESEND] hwrng: atmel - drop __maybe_unused from atmel_trng_pm_ops
 2026-06-30 10:18 UTC 


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