summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-07dt-bindings: rng: mtk-rng: add SMC-based TRNG variantsDaniel Golle
2026-05-07dt-bindings: rng: mtk-rng: fix style problems in exampleDaniel Golle
2026-05-07crypto: crypto_null - Drop unused cipher_null crypto_algArd Biesheuvel
2026-05-07crypto: drbg - Clean up loop in drbg_hmac_update()Eric Biggers
2026-05-07crypto: drbg - Clean up generation codeEric Biggers
2026-05-07crypto: drbg - Remove redundant reseeding based on random.c stateEric Biggers
2026-05-07crypto: drbg - Change DRBG_MAX_REQUESTS to 4096Eric Biggers
2026-05-07crypto: drbg - Include get_random_bytes() output in additional inputEric Biggers
2026-05-07crypto: drbg - Simplify "uninstantiate" logicEric Biggers
2026-05-07crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()Eric Biggers
2026-05-07crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()Eric Biggers
2026-05-07crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()Eric Biggers
2026-05-07crypto: drbg - Put rng_alg methods in logical orderEric Biggers
2026-05-07crypto: drbg - Simplify drbg_generate_long() and fold into callerEric Biggers
2026-05-07crypto: drbg - Eliminate use of 'drbg_string' and listsEric Biggers
2026-05-07crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::CEric Biggers
2026-05-07crypto: drbg - Move module aliases to end of fileEric Biggers
2026-05-07crypto: drbg - Install separate seed functions for pr and noprEric Biggers
2026-05-07crypto: drbg - Remove drbg_coreEric Biggers
2026-05-07crypto: drbg - Use HMAC-SHA512 library APIEric Biggers
2026-05-07crypto: drbg - Embed V and C into struct drbg_stateEric Biggers
2026-05-07crypto: drbg - Move fixed values into constantsEric Biggers
2026-05-07crypto: drbg - De-virtualize drbg_state_opsEric Biggers
2026-05-07crypto: drbg - Simplify algorithm registrationEric Biggers
2026-05-07crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384Eric Biggers
2026-05-07crypto: testmgr - Update test for drbg_nopr_hmac_sha512Eric Biggers
2026-05-07crypto: testmgr - Add test for drbg_pr_hmac_sha512Eric Biggers
2026-05-07crypto: drbg - Flatten the DRBG menuEric Biggers
2026-05-07crypto: drbg - Remove support for HASH_DRBGEric Biggers
2026-05-07crypto: drbg - Remove support for CTR_DRBGEric Biggers
2026-05-07crypto: drbg - Remove import of crypto_cipher functionsEric Biggers
2026-05-07crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.cEric Biggers
2026-05-07crypto: drbg - Remove obsolete FIPS 140-2 continuous testEric Biggers
2026-05-07crypto: drbg - Remove unhelpful helper functionsEric Biggers
2026-05-07crypto: drbg - Remove broken commented-out codeEric Biggers
2026-05-07crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMACEric Biggers
2026-05-07crypto: drbg - Fix the fips_enabled priority boostEric Biggers
2026-05-07crypto: drbg - Fix drbg_max_addtl() on 64-bit kernelsEric Biggers
2026-05-07crypto: drbg - Fix ineffective sanity checkEric Biggers
2026-05-07crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBGEric Biggers
2026-05-07crypto: drbg - Fix returning success on failure in CTR_DRBGEric Biggers
2026-05-07dt-bindings: crypto: qcom-qce: Document the Glymur crypto engineHarshal Dev
2026-05-07dt-bindings: trivial-devices: add atmel,atecc608bThorsten Blum
2026-05-07crypto: atmel-ecc - add support for atecc608bThorsten Blum
2026-05-07crypto: ccp - Initialize data during __sev_snp_init_locked()Tycho Andersen (AMD)
2026-05-07crypto: ccp - Check for page allocation failure correctly in TIOTycho Andersen (AMD)
2026-05-07crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-oneTycho Andersen (AMD)
2026-05-07crypto: ccp - Reverse the cleanup order in psp_dev_destroy()Tycho Andersen (AMD)
2026-05-07gpio: amd8111: Drop useless zeros in array initialisationUwe Kleine-König (The Capable Hub)
2026-05-07drm/panthor: Fix missing declaration for panthor_transparent_hugepagegyeyoung