HomeSort by relevance Sort by last modified time
    Searched refs:gEfiRngAlgorithmRaw (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/StyxRngDxe/
StyxRngDxe.inf 44 gEfiRngAlgorithmRaw
StyxRngDxe.c 88 CopyGuid (RNGAlgorithmList, &gEfiRngAlgorithmRaw);
144 !CompareGuid (RNGAlgorithm, &gEfiRngAlgorithmRaw)) {
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioRngDxe/
VirtioRng.inf 45 gEfiRngAlgorithmRaw
VirtioRng.c 91 CopyGuid (RNGAlgorithmList, &gEfiRngAlgorithmRaw);
151 !CompareGuid (RNGAlgorithm, &gEfiRngAlgorithmRaw)) {
  /device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/
RngTest.inf 54 gEfiRngAlgorithmRaw ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG
RngTest.c 180 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmRaw, RandSize, Rand);
215 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmRaw, RandSize, Rand);
  /device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
RngDxe.inf 60 gEfiRngAlgorithmRaw ## SOMETIMES_PRODUCES ## GUID # Unique ID of the algorithm for RNG
RngDxe.c 152 if (CompareGuid (RNGAlgorithm, &gEfiRngAlgorithmRaw)) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Rng.h 154 extern EFI_GUID gEfiRngAlgorithmRaw;
  /device/linaro/bootloader/edk2/MdePkg/
MdePkg.dec 558 gEfiRngAlgorithmRaw = { 0xe43176d7, 0xb6e8, 0x4827, {0xb7, 0x84, 0x7f, 0xfd, 0xc4, 0xb6, 0x85, 0x61 }}
    [all...]

Completed in 1030 milliseconds