Home
last modified time | relevance | path

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

/linux/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/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/include/crypto/
H A Ddrbg.h136 enum drbg_seed_state seeded; /* DRBG fully seeded? */ member
/linux/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/Documentation/security/keys/
H A Dtrusted-encrypted.rst148 which can be seeded via multiple entropy sources.
/linux/lib/
H A DKconfig.debug1686 a fully seeded CRNG is extremely difficult, and so this can
1690 to get the CRNG seeded sooner after the system is booted.