Home
last modified time | relevance | path

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

/DragonStub/apps/
H A Drandom.c36 efi_rng_protocol_t *rng = NULL; in efi_get_random_bytes() local
38 status = efi_bs_call(LocateProtocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes()
42 return efi_call_proto(rng, get_rng, NULL, size, out); in efi_get_random_bytes()