random: fenestrasX: add RDSEED support

Reviewed by: cem
Fixes: 3a1298 random: add RDSEED as a provably unique entropy source
Differential Revision:	https://reviews.freebsd.org/D53291
This commit is contained in:
David E. O'Brien
2025-10-22 21:49:02 -07:00
parent 6d408ac490
commit 38e9d282cd
+3
View File
@@ -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,
},