index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
drbg.c
Age
Commit message (
Expand
)
Author
2026-05-15
crypto: drbg - Remove support for "prediction resistance"
Eric Biggers
2026-05-15
crypto: drbg - Rename MAX_ADDTL => MAX_ADDTL_BYTES
Eric Biggers
2026-05-07
crypto: drbg - Clean up loop in drbg_hmac_update()
Eric Biggers
2026-05-07
crypto: drbg - Clean up generation code
Eric Biggers
2026-05-07
crypto: drbg - Remove redundant reseeding based on random.c state
Eric Biggers
2026-05-07
crypto: drbg - Change DRBG_MAX_REQUESTS to 4096
Eric Biggers
2026-05-07
crypto: drbg - Include get_random_bytes() output in additional input
Eric Biggers
2026-05-07
crypto: drbg - Simplify "uninstantiate" logic
Eric Biggers
2026-05-07
crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()
Eric Biggers
2026-05-07
crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()
Eric Biggers
2026-05-07
crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()
Eric Biggers
2026-05-07
crypto: drbg - Put rng_alg methods in logical order
Eric Biggers
2026-05-07
crypto: drbg - Simplify drbg_generate_long() and fold into caller
Eric Biggers
2026-05-07
crypto: drbg - Eliminate use of 'drbg_string' and lists
Eric Biggers
2026-05-07
crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::C
Eric Biggers
2026-05-07
crypto: drbg - Move module aliases to end of file
Eric Biggers
2026-05-07
crypto: drbg - Install separate seed functions for pr and nopr
Eric Biggers
2026-05-07
crypto: drbg - Remove drbg_core
Eric Biggers
2026-05-07
crypto: drbg - Use HMAC-SHA512 library API
Eric Biggers
2026-05-07
crypto: drbg - Embed V and C into struct drbg_state
Eric Biggers
2026-05-07
crypto: drbg - Move fixed values into constants
Eric Biggers
2026-05-07
crypto: drbg - De-virtualize drbg_state_ops
Eric Biggers
2026-05-07
crypto: drbg - Simplify algorithm registration
Eric Biggers
2026-05-07
crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384
Eric Biggers
2026-05-07
crypto: drbg - Remove support for HASH_DRBG
Eric Biggers
2026-05-07
crypto: drbg - Remove support for CTR_DRBG
Eric Biggers
2026-05-07
crypto: drbg - Remove import of crypto_cipher functions
Eric Biggers
2026-05-07
crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c
Eric Biggers
2026-05-07
crypto: drbg - Remove obsolete FIPS 140-2 continuous test
Eric Biggers
2026-05-07
crypto: drbg - Remove unhelpful helper functions
Eric Biggers
2026-05-07
crypto: drbg - Remove broken commented-out code
Eric Biggers
2026-05-07
crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMAC
Eric Biggers
2026-05-07
crypto: drbg - Fix the fips_enabled priority boost
Eric Biggers
2026-05-07
crypto: drbg - Fix ineffective sanity check
Eric Biggers
2026-05-07
crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG
Eric Biggers
2026-05-07
crypto: drbg - Fix returning success on failure in CTR_DRBG
Eric Biggers
2026-03-22
crypto: Fix several spelling mistakes in comments
Sun Chaobo
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-02-10
Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-01-28
crypto: Use scoped init guard
Marco Elver
2026-01-15
crypto: drbg - Use new AES library API
Eric Biggers
2026-01-05
crypto: Enable context analysis
Marco Elver
2025-12-29
crypto: drbg - make drbg_get_random_bytes() return *void*
Sergey Shtylyov
2025-12-29
crypto: drbg - make drbg_fips_continuous_test() return bool
Sergey Shtylyov
2025-12-29
crypto: drbg - kill useless variable in drbg_fips_continuous_test()
Sergey Shtylyov
2025-11-24
crypto: drbg - Delete unused ctx from struct sdesc
Herbert Xu
2025-10-17
crypto: drbg - Replace AES cipher calls with library calls
Harsh Jain
2025-10-17
crypto: drbg - Export CTR DRBG DF functions
Harsh Jain
[next]