Searched refs:efi_tcg2_protocol (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Defi_tcg2.h200 struct efi_tcg2_protocol { struct
201 efi_status_t (EFIAPI * get_capability)(struct efi_tcg2_protocol *this,
203 efi_status_t (EFIAPI * get_eventlog)(struct efi_tcg2_protocol *this,
207 efi_status_t (EFIAPI * hash_log_extend_event)(struct efi_tcg2_protocol *this,
212 efi_status_t (EFIAPI * submit_command)(struct efi_tcg2_protocol *this,
217 efi_status_t (EFIAPI * get_active_pcr_banks)(struct efi_tcg2_protocol *this,
219 efi_status_t (EFIAPI * set_active_pcr_banks)(struct efi_tcg2_protocol *this,
221 efi_status_t (EFIAPI * get_result_of_set_active_pcr_banks)(struct efi_tcg2_protocol *this,
/u-boot/lib/efi_loader/
H A Defi_tcg2.c229 efi_tcg2_get_capability(struct efi_tcg2_protocol *this,
333 efi_tcg2_get_eventlog(struct efi_tcg2_protocol *this,
572 efi_tcg2_hash_log_extend_event(struct efi_tcg2_protocol *this, u64 flags,
668 efi_tcg2_submit_command(struct efi_tcg2_protocol *this,
713 efi_tcg2_get_active_pcr_banks(struct efi_tcg2_protocol *this,
744 efi_tcg2_set_active_pcr_banks(__maybe_unused struct efi_tcg2_protocol *this,
763 efi_tcg2_get_result_of_set_active_pcr_banks(__maybe_unused struct efi_tcg2_protocol *this,
770 static const struct efi_tcg2_protocol efi_tcg2_protocol = { variable in typeref:struct:efi_tcg2_protocol
800 &efi_tcg2_protocol, NUL
[all...]
/u-boot/lib/efi_selftest/
H A Defi_selftest_tcg2.c678 static efi_status_t get_manufacturer_id(struct efi_tcg2_protocol *tcg2, u32 *manufacturer_id)
718 static efi_status_t get_manufacturer_id_buffer_small(struct efi_tcg2_protocol *tcg2)
744 static efi_status_t read_pcr(struct efi_tcg2_protocol *tcg2, u32 idx)
818 struct efi_tcg2_protocol *tcg2;

Completed in 49 milliseconds