Home
last modified time | relevance | path

Searched refs:GetRNG (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/
DRngTest.c114 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/
DRng.h145 EFI_RNG_GET_RNG GetRNG; member
/device/linaro/bootloader/edk2/OvmfPkg/VirtioRngDxe/
DVirtioRng.c329 Dev->Rng.GetRNG = VirtioRngGetRNG; in VirtioRngInit()