Searched refs:dwLength (Results 1 - 7 of 7) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_variable.c77 + auth->auth_info.hdr.dwLength))
88 *data += sizeof(auth->time_stamp) + auth->auth_info.hdr.dwLength;
90 + auth->auth_info.hdr.dwLength);
128 if (auth->auth_info.hdr.dwLength < sizeof(auth->auth_info))
133 auth->auth_info.hdr.dwLength
H A Defi_image_loader.c646 ((u8 *)wincert + ALIGN(wincert->dwLength, 8))) {
650 if (wincert->dwLength <= sizeof(*wincert)) {
651 log_debug("dwLength too small: %u < %zu\n",
652 wincert->dwLength, sizeof(*wincert));
660 auth_size = wincert->dwLength - sizeof(*wincert);
666 log_debug("dwLength too small: %u < %zu\n",
667 wincert->dwLength, sizeof(*wincert));
H A Defi_capsule.c271 if (auth_hdr->auth_info.hdr.dwLength <=
276 auth_hdr->auth_info.hdr.dwLength;
277 *image_size = *image_size - auth_hdr->auth_info.hdr.dwLength -
367 auth_hdr->auth_info.hdr.dwLength
/u-boot/tools/
H A Deficapsule.h94 uint32_t dwLength; member in struct:win_certificate_uefi_guid::__anon5
H A Dmkeficapsule.c313 ctx->auth.auth_info.hdr.dwLength = sizeof(ctx->auth.auth_info)
694 capsule_auth_hdr->auth_info.hdr.dwLength);
736 auth_hdr->auth_info.hdr.dwLength;
/u-boot/include/
H A Dpe.h259 uint32_t dwLength; member in struct:_WIN_CERTIFICATE
/u-boot/cmd/
H A Deficonfig_sbkey.c86 sizeof(auth->time_stamp) + auth->auth_info.hdr.dwLength;

Completed in 66 milliseconds