]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.uni
SecurityPkg: Tcg2Dxe: Report correct FinalEventLog size
[mirror_edk2.git] / SecurityPkg / RandomNumberGenerator / RngDxe / RngDxe.uni
CommitLineData
e080218b
JJ
1// /** @file\r
2// Produces the UEFI Random Number Generator protocol\r
3//\r
4// This module will leverage Intel Secure Key technology to produce the Random\r
5// Number Generator protocol, which is used to provide high-quality random numbers\r
6// for use in applications, or entropy for seeding other random number generators.\r
7// Refer to http://software.intel.com/en-us/articles/intel-digital-random-number\r
8// -generator-drng-software-implementation-guide/ for more information about Intel\r
9// Secure Key technology.\r
10//\r
11// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
12//\r
13// This program and the accompanying materials\r
14// are licensed and made available under the terms and conditions of the BSD License\r
15// which accompanies this distribution. The full text of the license may be found at\r
16// http://opensource.org/licenses/bsd-license.php\r
17// \r
18// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20//\r
21// **/\r
22\r
23\r
24#string STR_MODULE_ABSTRACT #language en-US "Produces UEFI Random Number Generator protocol"\r
25\r
26#string STR_MODULE_DESCRIPTION #language en-US "This module will produce UEFI Random Number Generator protocol. In current implementation, Only SP800_90_CTR_256 and "RAW" RNG algorithms are supported."\r
27\r