Home
last modified time | relevance | path

Searched full:seeded (Results 1 – 15 of 15) sorted by relevance

/linux/include/crypto/
H A Ddrbg.h87 DRBG_SEED_STATE_PARTIAL, /* Seeded with !rng_is_initialized() */
113 enum drbg_seed_state seeded; /* DRBG fully seeded? */ member
/linux/Documentation/devicetree/bindings/rng/
H A Dmicrochip,pic32-rng.yaml10 The PIC32 RNG provides a pseudo random number generator which can be seeded
/linux/crypto/
H A Ddrbg.c819 drbg->seeded = new_seed_state; in __drbg_seed()
824 switch (drbg->seeded) { in __drbg_seed()
1161 pr_devel("DRBG: not yet seeded\n"); in drbg_generate()
1196 drbg->seeded = DRBG_SEED_STATE_UNSEEDED; in drbg_generate()
1198 if (drbg->pr || drbg->seeded == DRBG_SEED_STATE_UNSEEDED) { in drbg_generate()
1202 (drbg->seeded == DRBG_SEED_STATE_FULL ? in drbg_generate()
1203 "seeded" : "unseeded")); in drbg_generate()
1211 (drbg->seeded == DRBG_SEED_STATE_PARTIAL || in drbg_generate()
1367 drbg->seeded = DRBG_SEED_STATE_UNSEEDED; in drbg_instantiate()
H A Dalgif_rng.c95 * an error if it was not seeded properly. in _rng_recvmsg()
/linux/arch/arm64/include/asm/
H A Darchrandom.h91 * (the output of a pseudo RNG freshly seeded by a TRNG). in arch_get_random_seed_longs()
/linux/drivers/char/
H A Drandom.c105 * Returns whether or not the input pool has been seeded and thus guaranteed
110 * Returns: true if the input pool has been seeded.
111 * false if the input pool has not been seeded.
128 * Wait for the input pool to be seeded and thus guaranteed to supply
134 * Returns: 0 if the input pool has been seeded.
897 /* Reseed if already seeded by earlier phases. */ in random_init_early()
924 /* Reseed if already seeded by earlier phases. */ in random_init()
/linux/Documentation/crypto/
H A Duserspace-if.rst304 Depending on the RNG type, the RNG must be seeded. The seed is provided
306 not require a seed, but may be seeded. The seed is also known as a
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h72 /* bpool can be seeded before use by this cb */
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c76 dev_err(ss->dev, "The PRNG is not seeded\n"); in sun8i_ss_prng_generate()
/linux/lib/crypto/tests/
H A Dhash-test-template.h124 * 4096 bytes. To do this, generate seeded random data, then calculate a hash
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst179 which can be seeded via multiple entropy sources.
/linux/lib/
H A DKconfig.debug1703 a fully seeded CRNG is extremely difficult, and so this can
1707 to get the CRNG seeded sooner after the system is booted.
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c2494 * For TSO, the TCP checksum field is seeded with pseudo-header sum in bnad_tso_prepare()
/linux/fs/btrfs/
H A Dvolumes.c2529 * fs_uuids so that filesystems which have been seeded can successfully in btrfs_init_sprout()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c98 * Except for earlier ISPs where the timeout is seeded from the in qla2x00_get_async_timeout()