Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddrbg.c307 int reseed) in drbg_ctr_update() argument
315 if (3 > reseed) in drbg_ctr_update()
318 if (!reseed) { in drbg_ctr_update()
359 if (2 != reseed) in drbg_ctr_update()
428 int reseed) in drbg_hmac_update() argument
436 if (!reseed) { in drbg_hmac_update()
632 int reseed) in drbg_hash_update() argument
644 if (reseed) { in drbg_hash_update()
810 int reseed, enum drbg_seed_state new_seed_state) in __drbg_seed() argument
812 int ret = drbg->d_ops->update(drbg, seed, reseed); in __drbg_seed()
[all …]
/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()
/linux/drivers/virt/
H A DKconfig21 to reseed the RNG when the VM is cloned. This is highly recommended if
/linux/include/crypto/
H A Ddrbg.h72 int reseed);
/linux/drivers/input/misc/
H A Diqs626a.c339 u8 reseed; member
919 sys_reg->reseed |= iqs626_channels[ch_id].active; in iqs626_parse_channel()
1364 sys_reg->reseed = 0; in iqs626_parse_prop()
H A Diqs269a.c288 u8 reseed; member
570 iqs269->sys_reg.reseed |= BIT(reg); in iqs269_parse_chan()
996 sys_reg->reseed = 0; in iqs269_parse_prop()
/linux/arch/s390/crypto/
H A Dprng.c737 static DEVICE_ATTR(reseed, 0200, NULL, prng_reseed_store);