random: fenestrasX: Add missing entropy sources
Reviewed by: cem Fixes:1492c8c0dqcom_rnd: add initial qualcomm prng driver. Fixes:9eecef052Add an Armv8 rndr random number provider Fixes:b2f8b2dc8sys: Add an SMCCC Random Number Generator driver Differential Revision: https://reviews.freebsd.org/D53292
This commit is contained in:
@@ -206,6 +206,15 @@ static const struct fxrng_ent_char {
|
|||||||
[RANDOM_PURE_VMGENID] = {
|
[RANDOM_PURE_VMGENID] = {
|
||||||
.entc_cls = &fxrng_hi_push,
|
.entc_cls = &fxrng_hi_push,
|
||||||
},
|
},
|
||||||
|
[RANDOM_PURE_QUALCOMM] = {
|
||||||
|
.entc_cls = &fxrng_hi_pull,
|
||||||
|
},
|
||||||
|
[RANDOM_PURE_ARMV8] = {
|
||||||
|
.entc_cls = &fxrng_hi_pull,
|
||||||
|
},
|
||||||
|
[RANDOM_PURE_ARM_TRNG] = {
|
||||||
|
.entc_cls = &fxrng_hi_pull,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Useful for single-bit-per-source state. */
|
/* Useful for single-bit-per-source state. */
|
||||||
|
|||||||
Reference in New Issue
Block a user