Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_image_loader.c493 static bool efi_image_authenticate(void *efi, size_t efi_size) in efi_image_authenticate() argument
514 if (efi_size & 0x7) { in efi_image_authenticate()
515 new_efi_size = (efi_size + 0x7) & ~0x7ULL; in efi_image_authenticate()
519 memcpy(new_efi, efi, efi_size); in efi_image_authenticate()
521 efi_size = new_efi_size; in efi_image_authenticate()
524 if (!efi_image_parse(efi, efi_size, &regs, &wincerts, in efi_image_authenticate()
672 static bool efi_image_authenticate(void *efi, size_t efi_size) in efi_image_authenticate() argument
731 void *efi, size_t efi_size, in efi_load_pe() argument
748 ret = efi_check_pe(efi, efi_size, (void **)&nt); in efi_load_pe()
770 if (efi_size < ((void *)sections + sizeof(sections[0]) * num_sections in efi_load_pe()
[all …]
/u-boot/include/
A Defi_loader.h472 void *efi, size_t efi_size,

Completed in 5 milliseconds