Use Intel's official name (Secure Key) per Intel® Digital Random Number
Generator (DRNG) Software Implementation Guide. Reviewed by: kib Approved by: so MFC after: 2 weeks
This commit is contained in:
parent
0506f5060d
commit
d2f1b8f4d2
@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
|
||||
static int random_ivy_read(void *, int);
|
||||
|
||||
static struct random_hardware_source random_ivy = {
|
||||
.ident = "Hardware, Intel IvyBridge+ RNG",
|
||||
.ident = "Hardware, Intel Secure Key RNG",
|
||||
.source = RANDOM_PURE_RDRAND,
|
||||
.read = random_ivy_read
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user