diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2025-10-23 04:49:02 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2025-10-23 16:52:55 +0000 |
| commit | 38e9d282cd7dacbf64883b45544723408cfd4d09 (patch) | |
| tree | 7a50936ca090a72b2c4b291871529cc301edf271 /sys/dev/random | |
| parent | 6d408ac490730614b3ed0ebd3caffcd23f303fb4 (diff) | |
Diffstat (limited to 'sys/dev/random')
| -rw-r--r-- | sys/dev/random/fenestrasX/fx_pool.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/random/fenestrasX/fx_pool.c b/sys/dev/random/fenestrasX/fx_pool.c index ec59b97a2070..95c2d223e0de 100644 --- a/sys/dev/random/fenestrasX/fx_pool.c +++ b/sys/dev/random/fenestrasX/fx_pool.c @@ -179,6 +179,9 @@ static const struct fxrng_ent_char { [RANDOM_PURE_RDRAND] = { .entc_cls = &fxrng_hi_pull, }, + [RANDOM_PURE_RDSEED] = { + .entc_cls = &fxrng_hi_pull, + }, [RANDOM_PURE_NEHEMIAH] = { .entc_cls = &fxrng_hi_pull, }, |
