public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 00:24:51 to 2026-04-21 09:38:56 UTC [more...]

[PATCH v5 00/13] Add explicit clock vote and enable power-domain for QCOM-ICE
 2026-04-21  9:38 UTC  (7+ messages)
` [PATCH v5 04/13] arm64: dts: qcom: lemans: Add power-domain and iface clk for ice node
` [PATCH v5 12/13] arm64: dts: qcom: milos: "
` [PATCH v5 13/13] arm64: dts: qcom: eliza: "

[GIT PULL] Crypto Fixes for 7.1
 2026-04-21  8:53 UTC 

[PATCH 00/38] Fix and simplify the NIST DRBG implementation
 2026-04-21  7:21 UTC  (51+ messages)
` [PATCH 01/38] crypto: drbg - Fix returning success on failure in CTR_DRBG
` [PATCH 02/38] crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG
` [PATCH 03/38] crypto: drbg - Fix ineffective sanity check
` [PATCH 04/38] crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels
` [PATCH 05/38] crypto: drbg - Fix the fips_enabled priority boost
` [PATCH 06/38] crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMAC
` [PATCH 07/38] crypto: drbg - Remove broken commented-out code
` [PATCH 08/38] crypto: drbg - Remove unhelpful helper functions
` [PATCH 09/38] crypto: drbg - Remove obsolete FIPS 140-2 continuous test
` [PATCH 10/38] crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c
` [PATCH 11/38] crypto: drbg - Remove import of crypto_cipher functions
` [PATCH 12/38] crypto: drbg - Remove support for CTR_DRBG
` [PATCH 13/38] crypto: drbg - Remove support for HASH_DRBG
` [PATCH 14/38] crypto: drbg - Flatten the DRBG menu
` [PATCH 15/38] crypto: testmgr - Add test for drbg_pr_hmac_sha512
` [PATCH 16/38] crypto: testmgr - Update test for drbg_nopr_hmac_sha512
` [PATCH 17/38] crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384
` [PATCH 18/38] crypto: drbg - Simplify algorithm registration
` [PATCH 19/38] crypto: drbg - De-virtualize drbg_state_ops
` [PATCH 20/38] crypto: drbg - Move fixed values into constants
` [PATCH 21/38] crypto: drbg - Embed V and C into struct drbg_state
` [PATCH 22/38] crypto: drbg - Use HMAC-SHA512 library API
` [PATCH 23/38] crypto: drbg - Remove drbg_core
` [PATCH 24/38] crypto: drbg - Install separate seed functions for pr and nopr
` [PATCH 25/38] crypto: drbg - Move module aliases to end of file
` [PATCH 26/38] crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::C
` [PATCH 27/38] crypto: drbg - Eliminate use of 'drbg_string' and lists
` [PATCH 28/38] crypto: drbg - Simplify drbg_generate_long() and fold into caller
` [PATCH 29/38] crypto: drbg - Put rng_alg methods in logical order
` [PATCH 30/38] crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()
` [PATCH 31/38] crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()
` [PATCH 32/38] crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()
` [PATCH 33/38] crypto: drbg - Simplify "uninstantiate" logic
` [PATCH 34/38] crypto: drbg - Include get_random_bytes() output in additional input
` [PATCH 35/38] crypto: drbg - Change DRBG_MAX_REQUESTS to 4096
` [PATCH 36/38] crypto: drbg - Remove redundant reseeding based on random.c state
` [PATCH 37/38] crypto: drbg - Clean up generation code
` [PATCH 38/38] crypto: drbg - Clean up loop in drbg_hmac_update()

[PATCH v4 1/3] dt-bindings: rng: mtk-rng: fix style problems in example
 2026-04-21  7:17 UTC  (5+ messages)
` [PATCH v4 2/3] dt-bindings: rng: mtk-rng: add SMC-based TRNG variants
` [PATCH v4 3/3] hwrng: mtk - add support for hw access via SMCC

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-21  6:48 UTC  (3+ messages)
` [patch 32/38] powerpc/spufs: Use mftb() directly

[RFC PATCH] rhashtable: Bounce deferred worker kick through irq_work when insecure_elasticity is set
 2026-04-21  6:14 UTC  (8+ messages)
` [PATCH v2] rhashtable: Bounce deferred worker kick through irq_work
  ` [PATCH v3] "

[PATCH v2] crypto: deflate - fix decompression window size
 2026-04-21  3:01 UTC  (6+ messages)

[PATCH v3 1/2] dt-bindings: rng: mtk-rng: add SMC-based TRNG variants
 2026-04-20 17:24 UTC  (7+ messages)
` [PATCH v3 2/2] hwrng: mtk - add support for hw access via SMCC

[PATCH for-7.1-fixes 1/2] rhashtable: add no_sync_grow option
 2026-04-20 17:22 UTC  (19+ messages)
` [PATCH for-7.1-fixes 2/2] sched_ext: mark scx_sched_hash and dsq_hash no_sync_grow
                  ` [PATCH] rhashtable: Restore insecure_elasticity toggle
                    ` [v2 PATCH] "
                      ` [PATCH v2 sched_ext/for-7.1-fixes] sched_ext: Mark scx_sched_hash insecure_elasticity

[PATCH] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
 2026-04-20 13:47 UTC  (6+ messages)

[PATCH AUTOSEL 6.18] crypto: algif_aead - Fix minimum RX size check for decryption
 2026-04-20 13:21 UTC  (4+ messages)
` [PATCH AUTOSEL 6.18] crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
` [PATCH AUTOSEL 7.0-5.10] crypto: tcrypt - clamp num_mb to avoid divide-by-zero
` [PATCH AUTOSEL 6.18] crypto: af_alg - limit RX SG extraction by receive buffer budget

[PATCH] crypto: Drop unused cipher_null crypto_alg
 2026-04-20  9:41 UTC 

[PATCH 1/1] crypto: authencesn: reject short ahash digests during instance creation
 2026-04-20  9:21 UTC  (2+ messages)

[PATCH] crypto: tstmgr - guard xxhash tests
 2026-04-20  8:45 UTC  (7+ messages)

[PATCH v2 1/2] crypto: algif_aead - snapshot IV for async AEAD requests
 2026-04-20  8:30 UTC  (5+ messages)
` [PATCH v2 2/2] crypto: ccm - keep a private IV for auth and CTR state

[PATCH] crypto: krb5enc - fix async decrypt skipping hash verification
 2026-04-20  8:13 UTC  (2+ messages)

[PATCH 0/2] Add Crypto Engine support for the Glymur SoC
 2026-04-20  8:05 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: crypto: qcom-qce: Document the Glymur crypto engine
` [PATCH 2/2] arm64: dts: qcom: glymur: Add "

[PATCH] dt-bindings: crypto: qcom,prng: Document TRNG on Nord SoC
 2026-04-20  2:57 UTC 

[PATCH v2] ksmbd: Use AES-CMAC library for SMB3 signature calculation
 2026-04-19  8:16 UTC  (2+ messages)

[PATCH] lib/crypto: mips: Drop optimized MD5 code
 2026-04-19  1:43 UTC  (4+ messages)

[PATCH v2 0/4] smb: client: Use AES-CMAC library
 2026-04-19  1:36 UTC  (6+ messages)
` [PATCH v2 1/4] smb: client: Use AES-CMAC library for SMB3 signature calculation
` [PATCH v2 2/4] smb: client: Remove obsolete cmac(aes) allocation
` [PATCH v2 3/4] smb: client: Make generate_key() return void
` [PATCH v2 4/4] smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()

[PATCH v2 0/2] Improve the crypto library documentation
 2026-04-18 23:52 UTC  (5+ messages)
` [PATCH v2 1/2] docs: kdoc: Expand 'at_least' when creating parameter list
` [PATCH v2 2/2] lib/crypto: docs: Add rst documentation to Documentation/crypto/

[PATCH] hwrng: virtio: reject invalid used.len from the device
 2026-04-18 17:56 UTC  (11+ messages)
` [PATCH v2] hwrng: virtio: clamp device-reported used.len at copy_data()

[PATCH v2 0/2] Skip SNP initialization if CPUs are offlined
 2026-04-18 13:55 UTC  (4+ messages)
` [PATCH v2 1/2] x86/sev: Do not initialize SNP if missing CPUs

[PATCH v3 0/7] KVM: SEV: Don't advertise unusable VM types
 2026-04-18 13:13 UTC  (16+ messages)
` [PATCH v3 1/7] crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUS
` [PATCH v3 2/7] crypto/ccp: export firmware supported vm types
` [PATCH v3 3/7] KVM: SEV: Set supported SEV+ VM types during sev_hardware_setup()
` [PATCH v3 4/7] KVM: SEV: Consolidate logic for printing state of SEV{,-ES,-SNP} enabling
` [PATCH v3 5/7] KVM: SEV: Don't advertise support for unusable VM types
` [PATCH v3 6/7] KVM: SEV: Don't advertise VM types that are disabled by firmware

[PATCH 1/1] crypto: algif_aead, ccm - stabilize IV handling for async CCM requests
 2026-04-18 10:05 UTC  (2+ messages)

[PATCH v2 00/19] crypto: Standalone crypto module
 2026-04-18  0:20 UTC  (20+ messages)
` [PATCH v2 01/19] crypto: add Kconfig options for standalone "
` [PATCH v2 02/19] crypto: add module entry for standalone crypto kernel module
` [PATCH v2 03/19] build: special compilation rule for building the standalone crypto module
` [PATCH v2 04/19] build: Add ELF marker for crypto-objs-m modules
` [PATCH v2 05/19] module: allow kernel module loading directly from memory
` [PATCH v2 06/19] crypto: add pluggable interface for module symbols referenced by the main kernel
` [PATCH v2 07/19] crypto: dedicated ELF sections for collected crypto initcalls
` [PATCH v2 08/19] crypto: fips140: add crypto module loader
` [PATCH v2 09/19] build: embed the standalone crypto module into vmlinux
` [PATCH v2 10/19] module: skip modversion checks for crypto modules
` [PATCH v2 11/19] build: add CONFIG_DEBUG_INFO_BTF_MODULES support for the standalone crypto kernel module
` [PATCH v2 12/19] Allow selective crypto module loading at boot based on FIPS mode
` [PATCH v2 13/19] Execute crypto initcalls during module initialization
` [PATCH v2 14/19] crypto/algapi.c: skip crypto_check_module_sig() for the standalone crypto module
` [PATCH v2 15/19] crypto: fips140: add module integrity self-check
` [PATCH v2 16/19] crypto: convert exported symbols in architecture-independent crypto to pluggable symbols
` [PATCH v2 17/19] x86/crypto: convert exported symbols in x86 "
` [PATCH v2 18/19] arm64/crypto: convert exported symbols in arm64 "
` [PATCH v2 19/19] Add standalone crypto kernel module technical documentation

[PATCH v3 0/2] Skip SNP initialization if CPUs are offlined
 2026-04-17 21:57 UTC  (3+ messages)
` [PATCH v3 1/2] x86/sev: Do not initialize SNP if missing CPUs

[PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block
 2026-04-17 15:22 UTC  (5+ messages)
` [PATCH 02/16] dt-bindings: interrupt-controller: Describe EIP-201 AIC

[PATCH 0/2] Improve the crypto library documentation
 2026-04-17 13:47 UTC  (6+ messages)
` [PATCH 1/2] docs: kdoc: Expand 'at_least' when creating parameter list
` [PATCH 2/2] lib/crypto: docs: Add rst documentation to Documentation/crypto/

[PATCH v7 0/3] Enable ICE clock scaling
 2026-04-17 13:26 UTC  (3+ messages)
` [PATCH v7 2/3] ufs: host: Add ICE clock scaling during UFS clock changes

[PATCH 0/2] Add TRNG support for Glymur SoC
 2026-04-17  9:23 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: glymur: add TRNG node

[PATCH] crypto: acomp - fix wrong pointer in acomp_reqchain_done()
 2026-04-17  8:51 UTC  (4+ messages)
  ` [PATCH] crypto: acomp - fix wrong pointer stored by acomp_save_req()

[PATCH] crypto: krb5enc - fix async decrypt skipping hash verification
 2026-04-17  8:48 UTC  (2+ messages)


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