Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/crypto/
H A Ddrbg.c1047 drbg->seeded = new_seed_state; in __drbg_seed()
1052 switch (drbg->seeded) { in __drbg_seed()
1426 drbg->seeded = DRBG_SEED_STATE_UNSEEDED; in drbg_generate()
1428 if (drbg->pr || drbg->seeded == DRBG_SEED_STATE_UNSEEDED) { in drbg_generate()
1432 (drbg->seeded == DRBG_SEED_STATE_FULL ? in drbg_generate()
1441 (drbg->seeded == DRBG_SEED_STATE_PARTIAL || in drbg_generate()
1597 drbg->seeded = DRBG_SEED_STATE_UNSEEDED; in drbg_instantiate()
/openbmc/linux/include/crypto/
H A Ddrbg.h136 enum drbg_seed_state seeded; /* DRBG fully seeded? */ member
/openbmc/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
/openbmc/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst124 which can be seeded via multiple entropy sources.
/openbmc/linux/lib/
H A DKconfig.debug1635 a fully seeded CRNG is extremely difficult, and so this can
1639 to get the CRNG seeded sooner after the system is booted.
/openbmc/qemu/
H A Dqemu-options.hx4497 generator, seeded with number. This does not affect crypto routines
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst4894 Just like before, the first workqueue is seeded with one workqueue item per AG,