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:
Xin LI 2014-06-27 21:33:15 +00:00
parent 0506f5060d
commit d2f1b8f4d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267984

View File

@ -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
};