Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_image_loader.c268 u32 align, size, authsz, authoff; in efi_image_parse() local
273 authoff = 0; in efi_image_parse()
314 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
337 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
396 if (len < authoff + authsz) { in efi_image_parse()
398 __func__, authsz, len - authoff); in efi_image_parse()
406 *auth = efi + authoff; in efi_image_parse()
408 EFI_PRINT("WIN_CERTIFICATE: 0x%x, size: 0x%x\n", authoff, in efi_image_parse()

Completed in 4 milliseconds