Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Drandom.c18 efi_status_t (__efiapi *get_rng)(efi_rng_protocol_t *,
24 u32 get_rng; member
49 return efi_call_proto(rng, get_rng, NULL, size, out); in efi_get_random_bytes()
89 status = efi_call_proto(rng, get_rng, &rng_algo_raw, in efi_random_get_seed()
97 status = efi_call_proto(rng, get_rng, NULL, in efi_random_get_seed()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0133-kern-efi-Add-initial-stack-protector-implementation.patch355 + status = efi_call_4 (rng->get_rng, rng, NULL, sizeof (stack_chk_guard_buf),
406 + grub_efi_status_t (*get_rng) (struct grub_efi_rng_protocol *this,