Lines Matching defs:rng
41 static EFI_RNG_PROTOCOL *rng;
69 /* Get the RNG protocol. */
70 status = LibLocateProtocol(&RngProtocolGuid, (void **)&rng);
73 rng = NULL;
88 command_printtab("RNG", "");
91 status = uefi_call_wrapper(rng->GetInfo, 3, rng, &alglistsz, alglist);
115 return rng != NULL;
126 status = uefi_call_wrapper(rng->GetRNG, 4, rng, &RngAlgorithmRawGuid,
130 * Fall back to any supported RNG `algorithm' even
133 status = uefi_call_wrapper(rng->GetRNG, 4, rng, NULL, len, buf);