audk/MdePkg/Library/DxeRngLib
Pierre Gondois 273f43cec9 MdePkg/DxeRngLib: Add gEfiRngAlgorithmArmRndr to the secure algorithms
DxeRngLib iterates over a list of secure algorithms before trying
to use the default algorithm provided by the Rng protocol. Add
gEfiRngAlgorithmArmRndr to this list. The algorithm represented by
this GUID is a secure DRBG of an unknown type, implemented by the
aarch64 RNDR instruction.
On AARCH64 platform, use the RNDR instruction as the first option
if it is available.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
2024-09-13 14:34:21 +00:00
..
DxeRngLib.c MdePkg/DxeRngLib: Add gEfiRngAlgorithmArmRndr to the secure algorithms 2024-09-13 14:34:21 +00:00
DxeRngLib.inf MdePkg/DxeRngLib: Add gEfiRngAlgorithmArmRndr to the secure algorithms 2024-09-13 14:34:21 +00:00
DxeRngLib.uni