summaryrefslogtreecommitdiff
path: root/SecurityPkg/RandomNumberGenerator
AgeCommit message (Expand)AuthorFilesLines
2026-09-08SecurityPkg: Propagate Cryptographic Operation FailuresMichael Kubacki1-12/+17
2026-07-17SecurityPkg/RngDxe: Support RISCV64Tuan Phan1-2/+2
2026-07-17SecurityPkg/RngDxe: Replace Intel-specific with arch-neutral commentsTuan Phan9-47/+40
2026-06-03SecurityPkg: Remove redundant section name in inf fileQihang Gao1-2/+0
2026-02-24SecurityPkg: Replace include guards with #pragma onceMichael Kubacki2-8/+2
2025-09-26SecurityPkg: Drop ARM32 SupportOliver Smith-Denny2-57/+3
2025-08-12Revert "SecurityPkg: CodeQL Fixes."Michael D Kinney1-6/+1
2025-07-24SecurityPkg: CodeQL Fixes.Michael Kubacki1-1/+6
2025-02-06SecurityPkg: Add RngPeiMichael Kubacki3-0/+268
2025-01-29SecurityPkg/RngDxe: fix warning about uninitialized variableMike Maslenkin1-1/+5
2024-06-13SecurityPkg/RngDxe: add rng testGerd Hoffmann1-1/+7
2024-05-24SecurityPkg RngDxe: Remove incorrect limitation on GetRngFlickdm1-8/+0
2023-09-08SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocatorKun Qin2-2/+2
2023-09-08SecurityPkg/RngDxe: Simplify Rng algorithm selection for ArmPierre Gondois1-13/+4
2023-09-08SecurityPkg/RngDxe: Use GetRngGuid() when probing RngLibPierre Gondois3-21/+44
2023-09-08SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkgPierre Gondois1-2/+2
2023-03-07SecurityPkg/RngDxe: Conditionally install EFI_RNG_PROTOCOLPierre Gondois1-5/+14
2023-03-07SecurityPkg/RngDxe: Correctly update mAvailableAlgoArrayCountPierre Gondois2-1/+9
2022-11-06SecurityPkg/RngDxe: Add Arm support of RngDxePierre Gondois4-63/+132
2022-11-06SecurityPkg/RngDxe: Rename AArch64/RngDxe.cPierre Gondois2-1/+1
2022-11-06SecurityPkg/RngDxe: Add debug warning for NULL PcdCpuRngSupportedAlgorithmPierre Gondois1-0/+10
2022-11-06SecurityPkg/RngDxe: Add AArch64 RawAlgorithm support through ArmTrngLibSami Mujawar3-4/+100
2022-11-06SecurityPkg/RngDxe: Check before advertising Cpu Rng algoPierre Gondois5-9/+172
2022-11-06SecurityPkg/RngDxe: Documentation/include/parameter cleanupPierre Gondois3-5/+3
2022-11-06SecurityPkg/RngDxe: Remove ArchGetSupportedRngAlgorithms()Pierre Gondois4-82/+33
2022-11-06SecurityPkg/RngDxe: Replace Pcd with Sp80090Ctr256GuidPierre Gondois1-5/+2
2022-11-06SecurityPkg/RngDxe: Rename RdRandGenerateEntropy to generic nameSami Mujawar5-50/+37
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki8-112/+118
2021-12-07SecurityPkg: Change OPTIONAL keyword usage styleMichael D Kinney3-3/+3
2021-05-11SecurityPkg: Add support for RngDxe on AARCH64Rebecca Cran9-170/+472
2020-02-11SecurityPkg: Fix few typosAntoine Coeur1-1/+1
2019-10-23SecurityPkg: Fix spelling errorsSean Brogan1-1/+1
2019-04-09SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney8-55/+8
2018-06-28SecurityPkg: Clean up source filesLiming Gao6-50/+50
2015-12-15SecurityPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-10-09SecurityPkg: Clean up unused files in RngDxeThomas Palmer6-488/+0
2015-10-09SecurityPkg: Integrate new RngLib into RngDxeThomas Palmer4-409/+25
2014-09-03SecurityPkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo1-9/+9
2014-06-16Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish1-0/+3
2013-12-11Correct INF file to make module pass ICC compiler.Liming Gao1-2/+2
2013-11-21Fix coding style problem in RngDxe driver.Long, Qin2-142/+81
2013-11-19Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech...Long, Qin12-0/+1794