Searched refs:rng (Results 1 – 1 of 1) sorted by relevance
36 efi_rng_protocol_t *rng = NULL; in efi_get_random_bytes() local38 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()