Home
last modified time | relevance | path

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

/u-boot/include/
A Defi_rng.h21 struct efi_rng_protocol { struct
22 efi_status_t (EFIAPI *get_info)(struct efi_rng_protocol *protocol,
25 efi_status_t (EFIAPI *get_rng)(struct efi_rng_protocol *protocol,
/u-boot/lib/efi_loader/
A Defi_rng.c59 static efi_status_t EFIAPI rng_getinfo(struct efi_rng_protocol *this, in rng_getinfo()
106 static efi_status_t EFIAPI getrng(struct efi_rng_protocol *this, in getrng()
150 static const struct efi_rng_protocol efi_rng_protocol = { variable
174 (void *)&efi_rng_protocol); in efi_rng_register()
/u-boot/lib/efi_selftest/
A Defi_selftest_rng.c44 struct efi_rng_protocol *rng; in execute()

Completed in 3 milliseconds