summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/RandomNumberGenerator
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocatorKun Qin2023-09-082-2/+2
* SecurityPkg/RngDxe: Simplify Rng algorithm selection for ArmPierre Gondois2023-09-081-13/+4
* SecurityPkg/RngDxe: Use GetRngGuid() when probing RngLibPierre Gondois2023-09-083-21/+44
* SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkgPierre Gondois2023-09-081-2/+2
* SecurityPkg/RngDxe: Conditionally install EFI_RNG_PROTOCOLPierre Gondois2023-03-071-5/+14
* SecurityPkg/RngDxe: Correctly update mAvailableAlgoArrayCountPierre Gondois2023-03-072-1/+9
* SecurityPkg/RngDxe: Add Arm support of RngDxePierre Gondois2022-11-064-63/+132
* SecurityPkg/RngDxe: Rename AArch64/RngDxe.cPierre Gondois2022-11-062-1/+1
* SecurityPkg/RngDxe: Add debug warning for NULL PcdCpuRngSupportedAlgorithmPierre Gondois2022-11-061-0/+10
* SecurityPkg/RngDxe: Add AArch64 RawAlgorithm support through ArmTrngLibSami Mujawar2022-11-063-4/+100
* SecurityPkg/RngDxe: Check before advertising Cpu Rng algoPierre Gondois2022-11-065-9/+172
* SecurityPkg/RngDxe: Documentation/include/parameter cleanupPierre Gondois2022-11-063-5/+3
* SecurityPkg/RngDxe: Remove ArchGetSupportedRngAlgorithms()Pierre Gondois2022-11-064-82/+33
* SecurityPkg/RngDxe: Replace Pcd with Sp80090Ctr256GuidPierre Gondois2022-11-061-5/+2
* SecurityPkg/RngDxe: Rename RdRandGenerateEntropy to generic nameSami Mujawar2022-11-065-50/+37
* SecurityPkg: Apply uncrustify changesMichael Kubacki2021-12-078-112/+118
* SecurityPkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-073-3/+3
* SecurityPkg: Add support for RngDxe on AARCH64Rebecca Cran2021-05-119-170/+472
* SecurityPkg: Fix few typosAntoine Coeur2020-02-101-1/+1
* SecurityPkg: Fix spelling errorsSean Brogan2019-10-231-1/+1
* SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-098-55/+8
* SecurityPkg: Clean up source filesLiming Gao2018-06-286-50/+50
* SecurityPkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* SecurityPkg: Clean up unused files in RngDxeThomas Palmer2015-10-096-488/+0
* SecurityPkg: Integrate new RngLib into RngDxeThomas Palmer2015-10-094-409/+25
* SecurityPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-282-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-9/+9
* Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2014-06-161-0/+3
* Correct INF file to make module pass ICC compiler.Liming Gao2013-12-111-2/+2
* Fix coding style problem in RngDxe driver.Long, Qin2013-11-212-142/+81
* Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech...Long, Qin2013-11-1912-0/+1794