audk/SecurityPkg
Michael Kubacki edf1450f3e SecurityPkg: Add RngPei
REF:https://github.com/tianocore/edk2/issues/10529

The `RngPei` PEIM can be used if RNG should be provided over a
dynamic binary interface to other PEIMs on a platform.

Tested with:

- SecurityPkg CI
- Verify RNG linked with RngLib is executed as expected
- Verify random numbers are generated successfully with a valid
  RngLib

Integration instructions:

Use the `RngPei` module if a platform needs to produce
`gEfiRngPpiGuid`.

The platform should usually link a different `RngLib` instance to
`RngPei` than other PEIMs that may use the RNG PPI produced since
`RngPei` is responsible for producing the PPI.

For example, a `RngLib` instance that uses the rdrand instruction
may be linked against `RngPei` and a `RngLib` instance that uses
the RNG PPI may be linked against other PEIMs.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2025-02-06 20:29:15 +00:00
..
DeviceSecurity SecurityPkg: Update libspdm 2024-11-26 02:15:06 +00:00
EnrollFromDefaultKeysApp
FvReportPei SecurityPkg: Optimization by moving PeiServicesLocatePpi outside loop 2024-09-03 05:02:41 +00:00
Hash2DxeCrypto
HddPassword
Include SecurityPkg/Ppi: Add gEdkiiCcPpi for CC Measurement in PEI phase 2024-12-10 02:09:29 +00:00
Library SecurityPkg/PeiTpmMeasurementLib: Support CC Measurement 2024-12-10 02:09:29 +00:00
Pkcs7Verify/Pkcs7VerifyDxe
RandomNumberGenerator SecurityPkg: Add RngPei 2025-02-06 20:29:15 +00:00
Tcg SecurityPkg/OpalPassword: fix HiiOpCodeHandle leak on error path 2024-12-06 17:13:17 +00:00
Test
VariableAuthenticated SecurityPkg/SecureBootConfigDxe: Enhance help in Delete Signature page 2024-12-17 16:46:29 +00:00
SecurityFixes.yaml SecurityPkg: : Updating SecurityFixes.yaml after symbol rename 2024-01-18 19:25:14 +00:00
SecurityPkg.ci.yaml SecurityPkg/SecurityPkg.ci.yaml: Add PrEval CI config 2024-09-02 23:20:35 +00:00
SecurityPkg.dec SecurityPkg/Ppi: Add gEdkiiCcPpi for CC Measurement in PEI phase 2024-12-10 02:09:29 +00:00
SecurityPkg.dsc SecurityPkg: Add RngPei 2025-02-06 20:29:15 +00:00
SecurityPkg.uni
SecurityPkgExtra.uni