public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 06:36:59 to 2026-04-23 10:26:45 UTC [more...]

[PATCH] crypto: sun8i-ss - avoid hash and rng references
 2026-04-23 10:26 UTC  (5+ messages)

[PATCH bpf-next v5 2/7] crypto: Add BPF hash algorithm type registration module
 2026-04-23  7:44 UTC  (2+ messages)

[PATCH v3 0/3] crypto: atmel-sha204a - multiple RNG fixes
 2026-04-23  9:25 UTC  (8+ messages)
` [PATCH v3 1/3] crypto: atmel-sha204a - fix memory leak at non-blocking RNG work_data
` [PATCH v3 2/3] crypto: atmel-sha204a - fix truncated 32-byte blocking read
` [PATCH v3 3/3] crypto: atmel-sha204a - fix non-blocking read logic

[PATCH] crypto: ixp4xx: Fix null-pointer dereference in chainup_buffers()
 2026-04-23  8:11 UTC  (2+ messages)

[PATCH 0/8] ARM crc64 and XOR using NEON intrinsics
 2026-04-23  7:48 UTC  (19+ messages)
` [PATCH 1/8] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 2/8] xor/arm: Replace vectorized implementation with arm64's intrinsics
` [PATCH 3/8] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
` [PATCH 4/8] lib/crc: Turn NEON intrinsics crc64 implementation into common code
` [PATCH 5/8] lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64
` [PATCH 6/8] crypto: aegis128 - Use neon-intrinsics.h on ARM too
` [PATCH 7/8] lib/raid6: Include asm/neon-intrinsics.h rather than arm_neon.h
` [PATCH 8/8] ARM: Remove hacked-up asm/types.h header

[PATCH 1/1] crypto: authencesn: reject short ahash digests during instance creation
 2026-04-23  5:46 UTC  (5+ messages)
  ` [PATCH v2 "

[PATCH] dt-bindings: crypto: qcom,prng: Document TRNG on Nord SoC
 2026-04-23  1:16 UTC  (2+ messages)

[PATCH 0/1] rhashtable: fix fs_reclaim circular dep in free_and_destroy
 2026-04-22 21:33 UTC  (2+ messages)
` [PATCH 1/1] rhashtable: drop ht->mutex in rhashtable_free_and_destroy()

[PATCH] docs: staging: fix various typos and grammar issues
 2026-04-22 14:55 UTC  (2+ messages)

[PATCH] crypto: testmgr - disallow RSA PKCS#1 SHA-1 sig algs in FIPS mode
 2026-04-22 12:49 UTC 

[PATCH] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
 2026-04-22 11:34 UTC  (7+ messages)

[PATCH] rhashtable: Check for vmalloc in emergency rehash error path
 2026-04-22  8:18 UTC 

[PATCH 0/2] powerpc: Fix a whole bunch of spelling mistakes
 2026-04-22  7:13 UTC  (9+ messages)
` [PATCH 1/2] powerpc: Add a typos.toml file
` [PATCH 2/2] powerpc: Run typos -w

[PATCH v2 0/2] Bluetooth: Use AES-CMAC library API
 2026-04-21 23:09 UTC  (3+ messages)
` [PATCH v2 1/2] Bluetooth: Remove unneeded crypto kconfig selections
` [PATCH v2 2/2] Bluetooth: SMP: Use AES-CMAC library API

[PATCH 6.18 0/8] Backport crypto and CRC KUnit improvements
 2026-04-21 21:05 UTC  (9+ messages)
` [PATCH 6.18 1/8] lib/crc: tests: Make crc_kunit test only the enabled CRC variants
` [PATCH 6.18 2/8] lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNIT
` [PATCH 6.18 3/8] lib/crc: tests: Add a .kunitconfig file
` [PATCH 6.18 4/8] kunit: configs: Enable all CRC tests in all_tests.config
` [PATCH 6.18 5/8] lib/crypto: tests: Add a .kunitconfig file
` [PATCH 6.18 6/8] lib/crypto: tests: Introduce CRYPTO_LIB_ENABLE_ALL_FOR_KUNIT
` [PATCH 6.18 7/8] kunit: configs: Enable all crypto library tests in all_tests.config
` [PATCH 6.18 8/8] lib/crypto: tests: Drop the default to CRYPTO_SELFTESTS

[GIT PULL] Crypto library fix and documentation update for 7.1
 2026-04-21 18:50 UTC  (2+ messages)

[PATCH] crypto: Drop unused cipher_null crypto_alg
 2026-04-21 18:50 UTC  (2+ messages)

[GIT PULL] Crypto Fixes for 7.1
 2026-04-21 16:25 UTC  (2+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-21 11:22 UTC  (5+ messages)
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY

[PATCH 0/2] Add TRNG support for Glymur SoC
 2026-04-21  9: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-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: "

[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

[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  (6+ messages)

[PATCH] rhashtable: Restore insecure_elasticity toggle
 2026-04-20 17:22 UTC  (2+ 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: 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  (4+ 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  (8+ messages)
` [PATCH 2/2] arm64: dts: qcom: glymur: Add crypto engine


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