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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user