Searched refs:Size (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_image_loader.c321 * Size must be 8-byte aligned and the trailing bytes must be
340 * @len: Size of @efi
343 * @auth_len: Size of @auth
408 authsz = opt->DataDirectory[ctidx].Size;
431 authsz = opt->DataDirectory[ctidx].Size;
490 log_err("%s: Size for auth too large: %u >= %zu\n",
495 log_err("%s: Size for auth too small: %u < %zu\n",
567 * @efi_size: Size of @efi
916 rel_size = opt->DataDirectory[rel_idx].Size;
932 rel_size = opt->DataDirectory[rel_idx].Size;
[all...]
/u-boot/include/
H A Dpe.h20 uint16_t e_cparhdr; /* 08: Size of header in paragraphs */
49 uint32_t Size; member in struct:_IMAGE_DATA_DIRECTORY

Completed in 39 milliseconds