Searched refs:efi_tcg2_protocol (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | efi_tcg2.h | 136 struct efi_tcg2_protocol { struct 137 efi_status_t (EFIAPI * get_capability)(struct efi_tcg2_protocol *this, 139 efi_status_t (EFIAPI * get_eventlog)(struct efi_tcg2_protocol *this, 143 efi_status_t (EFIAPI * hash_log_extend_event)(struct efi_tcg2_protocol *this, 148 efi_status_t (EFIAPI * submit_command)(struct efi_tcg2_protocol *this, 153 efi_status_t (EFIAPI * get_active_pcr_banks)(struct efi_tcg2_protocol *this, 155 efi_status_t (EFIAPI * set_active_pcr_banks)(struct efi_tcg2_protocol *this, 157 efi_status_t (EFIAPI * get_result_of_set_active_pcr_banks)(struct efi_tcg2_protocol *this,
|
/u-boot/lib/efi_loader/ |
A D | efi_tcg2.c | 577 efi_tcg2_get_capability(struct efi_tcg2_protocol *this, in efi_tcg2_get_capability() 681 efi_tcg2_get_eventlog(struct efi_tcg2_protocol *this, in efi_tcg2_get_eventlog() 726 efi_tcg2_hash_log_extend_event(struct efi_tcg2_protocol *this, u64 flags, in efi_tcg2_hash_log_extend_event() 814 efi_tcg2_submit_command(struct efi_tcg2_protocol *this, in efi_tcg2_submit_command() 831 efi_tcg2_get_active_pcr_banks(struct efi_tcg2_protocol *this, in efi_tcg2_get_active_pcr_banks() 851 efi_tcg2_set_active_pcr_banks(struct efi_tcg2_protocol *this, in efi_tcg2_set_active_pcr_banks() 870 efi_tcg2_get_result_of_set_active_pcr_banks(struct efi_tcg2_protocol *this, in efi_tcg2_get_result_of_set_active_pcr_banks() 876 static const struct efi_tcg2_protocol efi_tcg2_protocol = { variable 1072 (void *)&efi_tcg2_protocol); in efi_tcg2_register()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_tcg2.c | 40 struct efi_tcg2_protocol *tcg2; in efi_st_tcg2_execute()
|
Completed in 6 milliseconds