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

  /device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/
RngTest.c 97 // Rng->GetRNG() interface test.
99 Print (L"\n -- Call RNG->GetRNG() interface : ");
114 Status = Rng->GetRNG (Rng, NULL, RandSize, Rand);
125 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Hmac256Guid, RandSize, Rand);
136 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Hash256Guid, RandSize, Rand);
147 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Ctr256Guid, RandSize, Rand);
158 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmX9313DesGuid, RandSize, Rand);
169 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmX931AesGuid, RandSize, Rand);
180 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmRaw, RandSize, Rand);
194 Status = Rng->GetRNG (Rng, NULL, RandSize, Rand);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Rng.h 145 EFI_RNG_GET_RNG GetRNG;

Completed in 83 milliseconds