Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_variable.c78 + auth->auth_info.hdr.dwLength)) in efi_variable_authenticate()
89 *data += sizeof(auth->time_stamp) + auth->auth_info.hdr.dwLength; in efi_variable_authenticate()
91 + auth->auth_info.hdr.dwLength); in efi_variable_authenticate()
129 if (auth->auth_info.hdr.dwLength < sizeof(auth->auth_info)) in efi_variable_authenticate()
134 auth->auth_info.hdr.dwLength in efi_variable_authenticate()
A Defi_image_loader.c570 ((u8 *)wincert + ALIGN(wincert->dwLength, 8))) { in efi_image_authenticate()
574 if (wincert->dwLength <= sizeof(*wincert)) { in efi_image_authenticate()
576 wincert->dwLength, sizeof(*wincert)); in efi_image_authenticate()
584 auth_size = wincert->dwLength - sizeof(*wincert); in efi_image_authenticate()
591 wincert->dwLength, sizeof(*wincert)); in efi_image_authenticate()
A Defi_capsule.c248 if (auth_hdr->auth_info.hdr.dwLength <= in efi_capsule_authenticate()
256 auth_hdr->auth_info.hdr.dwLength; in efi_capsule_authenticate()
257 *image_size = capsule_size - auth_hdr->auth_info.hdr.dwLength - in efi_capsule_authenticate()
276 auth_hdr->auth_info.hdr.dwLength in efi_capsule_authenticate()
/u-boot/include/
A Dpe.h259 uint32_t dwLength; member

Completed in 9 milliseconds