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.c362 u32 align, size, authsz, authoff; in efi_image_parse() local
367 authoff = 0; in efi_image_parse()
408 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
431 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
490 if (len < authoff + authsz) { in efi_image_parse()
492 __func__, authsz, len - authoff); in efi_image_parse()
500 *auth = efi + authoff; in efi_image_parse()
502 log_debug("WIN_CERTIFICATE: 0x%x, size: 0x%x\n", authoff, in efi_image_parse()

Completed in 4 milliseconds