]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.uni
SecurityPkg: Replace BSD License with BSD+Patent License
[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
b3548d32 11// Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
e080218b 12//\r
289b714b 13// SPDX-License-Identifier: BSD-2-Clause-Patent\r
e080218b
JJ
14//\r
15// **/\r
16\r
17\r
18#string STR_MODULE_ABSTRACT #language en-US "Produces UEFI Random Number Generator protocol"\r
19\r
20#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
21\r