Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Ddrbg.c522 int reseed) in drbg_ctr_update() argument
530 if (3 > reseed) in drbg_ctr_update()
533 if (!reseed) { in drbg_ctr_update()
574 if (2 != reseed) in drbg_ctr_update()
643 int reseed) in drbg_hmac_update() argument
651 if (!reseed) { in drbg_hmac_update()
847 int reseed) in drbg_hash_update() argument
859 if (reseed) { in drbg_hash_update()
1164 if (!reseed) in drbg_seed()
1226 if (!reseed) { in drbg_seed()
[all …]
/linux-6.15/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-6.15/Documentation/devicetree/bindings/input/
H A Diqs269a.yaml70 azoteq,reseed-offset:
74 reseed events.
189 azoteq,reseed-select:
194 Specifies the event(s) that prompt the device to reseed (i.e. reset the
293 azoteq,reseed-disable:
620 azoteq,reseed-disable;
633 azoteq,reseed-disable;
H A Diqs626a.yaml98 azoteq,reseed-select:
103 Specifies the event(s) that prompt the device to reseed (i.e. reset the
120 azoteq,reseed-offset:
124 reseed events.
183 azoteq,reseed-disable:
521 azoteq,reseed-disable:
860 azoteq,reseed-disable;
868 azoteq,reseed-disable;
/linux-6.15/drivers/virt/
H A DKconfig21 to reseed the RNG when the VM is cloned. This is highly recommended if
/linux-6.15/include/crypto/
H A Ddrbg.h95 int reseed);
/linux-6.15/drivers/input/misc/
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()
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()
/linux-6.15/arch/s390/crypto/
H A Dprng.c738 static DEVICE_ATTR(reseed, 0200, NULL, prng_reseed_store);