summaryrefslogtreecommitdiff
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2026-05-15crypto: drbg - Remove support for "prediction resistance"Eric Biggers
2026-05-15crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTESEric Biggers
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: 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 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-03-22crypto: Fix several spelling mistakes in commentsSun Chaobo
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-01-28crypto: Use scoped init guardMarco Elver
2026-01-15crypto: drbg - Use new AES library APIEric Biggers
2026-01-05crypto: Enable context analysisMarco Elver
2025-12-29crypto: drbg - make drbg_get_random_bytes() return *void*Sergey Shtylyov
2025-12-29crypto: drbg - make drbg_fips_continuous_test() return boolSergey Shtylyov
2025-12-29crypto: drbg - kill useless variable in drbg_fips_continuous_test()Sergey Shtylyov
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu
2025-10-17crypto: drbg - Replace AES cipher calls with library callsHarsh Jain
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain