Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Ddrbg.c533 int reseed) in drbg_ctr_update() argument
541 if (3 > reseed) in drbg_ctr_update()
544 if (!reseed) { in drbg_ctr_update()
585 if (2 != reseed) in drbg_ctr_update()
656 int reseed) in drbg_hmac_update() argument
664 if (!reseed) { in drbg_hmac_update()
862 int reseed) in drbg_hash_update() argument
874 if (reseed) { in drbg_hash_update()
1040 int reseed, enum drbg_seed_state new_seed_state) in __drbg_seed() argument
1042 int ret = drbg->d_ops->update(drbg, seed, reseed); in __drbg_seed()
[all …]
/openbmc/linux/drivers/char/hw_random/
H A Djh7110-trng.c85 enum reseed { enum
106 u32 reseed; member
332 trng->reseed = RANDOM_RESEED; in starfive_trng_probe()
/openbmc/linux/drivers/virt/
H A DKconfig22 to reseed the RNG when the VM is cloned. This is highly recommended if
/openbmc/linux/include/crypto/
H A Ddrbg.h95 int reseed);
/openbmc/linux/drivers/input/misc/
H A Diqs269a.c256 u8 reseed; member
520 iqs269->sys_reg.reseed |= BIT(reg); in iqs269_parse_chan()
948 sys_reg->reseed = 0; in iqs269_parse_prop()
H A Diqs626a.c339 u8 reseed; member
928 sys_reg->reseed |= iqs626_channels[ch_id].active; in iqs626_parse_channel()
1374 sys_reg->reseed = 0; in iqs626_parse_prop()
/openbmc/linux/arch/s390/crypto/
H A Dprng.c738 static DEVICE_ATTR(reseed, 0200, NULL, prng_reseed_store);