Searched refs:GetRNG (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/ |
D | RngTest.c | 114 Status = Rng->GetRNG (Rng, NULL, RandSize, Rand); in UefiMain() 125 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Hmac256Guid, RandSize, Rand); in UefiMain() 136 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Hash256Guid, RandSize, Rand); in UefiMain() 147 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Ctr256Guid, RandSize, Rand); in UefiMain() 158 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmX9313DesGuid, RandSize, Rand); in UefiMain() 169 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmX931AesGuid, RandSize, Rand); in UefiMain() 180 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmRaw, RandSize, Rand); in UefiMain() 194 Status = Rng->GetRNG (Rng, NULL, RandSize, Rand); in UefiMain() 215 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmRaw, RandSize, Rand); in UefiMain()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Rng.h | 145 EFI_RNG_GET_RNG GetRNG; member
|