Home
last modified time | relevance | path

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

/u-boot/include/
A Defi_tcg2.h38 #define TPM2_EVENT_LOG_SIZE CONFIG_EFI_TCG2_PROTOCOL_EVENTLOG_SIZE macro
/u-boot/lib/efi_loader/
A Defi_tcg2.c327 event_log.pos + event_size > TPM2_EVENT_LOG_SIZE) { in tcg2_agile_log_append()
340 if (event_log.final_pos + event_size > TPM2_EVENT_LOG_SIZE) in tcg2_agile_log_append()
1518 if (sz > TPM2_EVENT_LOG_SIZE) in tcg2_get_fw_eventlog()
1703 ret = efi_allocate_pool(EFI_ACPI_MEMORY_NVS, TPM2_EVENT_LOG_SIZE, in create_final_event()
1708 memset(event_log.final_buffer, 0xff, TPM2_EVENT_LOG_SIZE); in create_final_event()
1796 ret = efi_allocate_pool(EFI_BOOT_SERVICES_DATA, TPM2_EVENT_LOG_SIZE, in efi_init_event_log()
1805 memset(event_log.buffer, 0xff, TPM2_EVENT_LOG_SIZE); in efi_init_event_log()

Completed in 12 milliseconds