Searched refs:efi_rng_protocol (Results 1 - 3 of 3) sorted by path

/u-boot/include/
H A Defi_rng.h17 struct efi_rng_protocol { struct
18 efi_status_t (EFIAPI *get_info)(struct efi_rng_protocol *protocol,
21 efi_status_t (EFIAPI *get_rng)(struct efi_rng_protocol *protocol,
/u-boot/lib/efi_loader/
H A Defi_rng.c58 static efi_status_t EFIAPI rng_getinfo(struct efi_rng_protocol *this,
105 static efi_status_t EFIAPI getrng(struct efi_rng_protocol *this,
149 static const struct efi_rng_protocol efi_rng_protocol = { variable in typeref:struct:efi_rng_protocol
173 (void *)&efi_rng_protocol);
/u-boot/lib/efi_selftest/
H A Defi_selftest_rng.c44 struct efi_rng_protocol *rng;

Completed in 74 milliseconds