Home
last modified time | relevance | path

Searched refs:calculate_crc32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_crc32.c79 bs_crc32 = systable->boottime->calculate_crc32; in setup()
H A Defi_selftest_config_table.c51 ret = boottime->calculate_crc32(table, hdr->headersize, &res); in check_table()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h322 void *calculate_crc32; member
369 u32 calculate_crc32; member
/openbmc/u-boot/include/
H A Defi_api.h177 efi_status_t (EFIAPI *calculate_crc32)(const void *data,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3190 .calculate_crc32 = efi_calculate_crc32,