Searched refs:reseed (Results 1 – 9 of 9) sorted by relevance
| /linux/crypto/ |
| A D | drbg.c | 521 int reseed) in drbg_ctr_update() argument 529 if (3 > reseed) in drbg_ctr_update() 532 if (!reseed) { in drbg_ctr_update() 573 if (2 != reseed) in drbg_ctr_update() 642 int reseed) in drbg_hmac_update() argument 650 if (!reseed) { in drbg_hmac_update() 846 int reseed) in drbg_hash_update() argument 858 if (reseed) { in drbg_hash_update() 1163 if (!reseed) in drbg_seed() 1225 if (!reseed) { in drbg_seed() [all …]
|
| /linux/drivers/char/hw_random/ |
| A D | jh7110-trng.c | 85 enum reseed { enum 106 u32 reseed; member 332 trng->reseed = RANDOM_RESEED; in starfive_trng_probe()
|
| /linux/Documentation/devicetree/bindings/input/ |
| A D | iqs269a.yaml | 70 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;
|
| A D | iqs626a.yaml | 98 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/drivers/virt/ |
| A D | Kconfig | 21 to reseed the RNG when the VM is cloned. This is highly recommended if
|
| /linux/include/crypto/ |
| A D | drbg.h | 95 int reseed);
|
| /linux/drivers/input/misc/ |
| A D | iqs626a.c | 339 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()
|
| A D | iqs269a.c | 288 u8 reseed; member 578 iqs269->sys_reg.reseed |= BIT(reg); in iqs269_parse_chan() 1006 sys_reg->reseed = 0; in iqs269_parse_prop()
|
| /linux/arch/s390/crypto/ |
| A D | prng.c | 738 static DEVICE_ATTR(reseed, 0200, NULL, prng_reseed_store);
|
Completed in 34 milliseconds