Last change
on this file since 107064 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
513 bytes
|
Line | |
---|
1 | // /** @file
|
---|
2 | // Instance of RNG (Random Number Generator) Library.
|
---|
3 | //
|
---|
4 | // BaseRng Library that uses CPU RNG instructions to provide
|
---|
5 | // random numbers.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
---|
8 | //
|
---|
9 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | //
|
---|
11 | // **/
|
---|
12 |
|
---|
13 |
|
---|
14 | #string STR_MODULE_ABSTRACT #language en-US "Instance of RNG Library"
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "BaseRng Library that uses CPU RNG instructions to provide random numbers"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.