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

  /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 554 gEfiRngAlgorithmRaw = { 0xe43176d7, 0xb6e8, 0x4827, {0xb7, 0x84, 0x7f, 0xfd, 0xc4, 0xb6, 0x85, 0x61 }}
    [all...]

Completed in 3792 milliseconds