Home
last modified time | relevance | path

Searched refs:seeded (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/rng/
H A Dmicrochip,pic32-rng.txt3 The PIC32 RNG provides a pseudo random number generator which can be seeded by
/linux-6.15/crypto/
H A Ddrbg.c1032 drbg->seeded = new_seed_state; in __drbg_seed()
1037 switch (drbg->seeded) { in __drbg_seed()
1411 drbg->seeded = DRBG_SEED_STATE_UNSEEDED; in drbg_generate()
1413 if (drbg->pr || drbg->seeded == DRBG_SEED_STATE_UNSEEDED) { in drbg_generate()
1417 (drbg->seeded == DRBG_SEED_STATE_FULL ? in drbg_generate()
1426 (drbg->seeded == DRBG_SEED_STATE_PARTIAL || in drbg_generate()
1582 drbg->seeded = DRBG_SEED_STATE_UNSEEDED; in drbg_instantiate()
/linux-6.15/include/crypto/
H A Ddrbg.h136 enum drbg_seed_state seeded; /* DRBG fully seeded? */ member
/linux-6.15/Documentation/crypto/
H A Duserspace-if.rst304 Depending on the RNG type, the RNG must be seeded. The seed is provided
307 seeded. The seed is also known as a *Personalization String* in NIST SP 800-90A
/linux-6.15/Documentation/security/keys/
H A Dtrusted-encrypted.rst148 which can be seeded via multiple entropy sources.
/linux-6.15/lib/
H A DKconfig.debug1707 a fully seeded CRNG is extremely difficult, and so this can
1711 to get the CRNG seeded sooner after the system is booted.
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst5081 Just like before, the first workqueue is seeded with one workqueue item per AG,