Date: Fri, 27 Jun 2014 21:33:15 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267984 - head/sys/dev/random Message-ID: <201406272133.s5RLXFNX021830@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Fri Jun 27 21:33:15 2014 New Revision: 267984 URL: http://svnweb.freebsd.org/changeset/base/267984 Log: 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 Modified: head/sys/dev/random/ivy.c Modified: head/sys/dev/random/ivy.c ============================================================================== --- head/sys/dev/random/ivy.c Fri Jun 27 20:57:12 2014 (r267983) +++ head/sys/dev/random/ivy.c Fri Jun 27 21:33:15 2014 (r267984) @@ -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 };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406272133.s5RLXFNX021830>