HomeSort by relevance Sort by last modified time
    Searched refs:dwLength (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibPkcs7/
FmpAuthenticationLibPkcs7.c 79 P7Length = Image->AuthInfo.Hdr.dwLength - (OFFSET_OF(WIN_CERTIFICATE_UEFI_GUID, CertData));
83 TempBuffer = AllocatePool(ImageSize - Image->AuthInfo.Hdr.dwLength);
92 (UINT8 *)Image + sizeof(Image->MonotonicCount) + Image->AuthInfo.Hdr.dwLength,
93 ImageSize - sizeof(Image->MonotonicCount) - Image->AuthInfo.Hdr.dwLength
96 (UINT8 *)TempBuffer + ImageSize - sizeof(Image->MonotonicCount) - Image->AuthInfo.Hdr.dwLength,
106 ImageSize - Image->AuthInfo.Hdr.dwLength
180 if (Image->AuthInfo.Hdr.dwLength <= OFFSET_OF(WIN_CERTIFICATE_UEFI_GUID, CertData)) {
181 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too small\n"));
184 if (Image->AuthInfo.Hdr.dwLength > MAX_UINTN - sizeof(UINT64)) {
185 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too big\n"));
    [all...]
  /external/lzma/CPP/Windows/
System.cpp 70 DWORD dwLength;
103 stat.dwLength = sizeof(stat);
127 stat2.dwLength = sizeof(stat2);
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
WinCertificate.h 35 UINT32 dwLength;
120 /// Hdr.dwLength.
  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
FmpAuthenticationLibRsa2048Sha256.c 87 if (Image->AuthInfo.Hdr.dwLength != OFFSET_OF(WIN_CERTIFICATE_UEFI_GUID, CertData) + sizeof(EFI_CERT_BLOCK_RSA_2048_SHA256)) {
88 DEBUG((DEBUG_ERROR, "FmpAuthenticatedHandlerRsa2048Sha256 - dwLength: 0x%04x, dwLength - 0x%04x\n", (UINTN)Image->AuthInfo.Hdr.dwLength, (UINTN)OFFSET_OF(WIN_CERTIFICATE_UEFI_GUID, CertData) + sizeof(EFI_CERT_BLOCK_RSA_2048_SHA256)));
197 (UINT8 *)Image + sizeof(Image->MonotonicCount) + Image->AuthInfo.Hdr.dwLength,
198 ImageSize - sizeof(Image->MonotonicCount) - Image->AuthInfo.Hdr.dwLength
318 if (Image->AuthInfo.Hdr.dwLength <= OFFSET_OF(WIN_CERTIFICATE_UEFI_GUID, CertData)) {
319 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too small\n"));
322 if (Image->AuthInfo.Hdr.dwLength > MAX_UINTN - sizeof(UINT64)) {
323 DEBUG((DEBUG_ERROR, "AuthenticateFmpImage - dwLength too big\n"));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 82 @param dwLength The length of the entire certificate,
105 UINT32 dwLength;
187 Hdr.dwLength.
  /external/ImageMagick/MagickCore/
nt-base-private.h 60 dwLength,
nt-base.c     [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables.cpp 415 uint32_t dwLength = GetItemLength(index, m_szPageOffsetArray);
417 if (!dwLength)
421 m_szPageOffsetArray[index], dwLength))
447 dwLength = GetItemLength(dwIndex, m_szSharedObjOffsetArray);
449 if (!dwLength)
453 m_szSharedObjOffsetArray[dwIndex], dwLength)) {
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 60 __le32 dwLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
AuthVariableLib.h 28 (UINTN) ((EFI_VARIABLE_AUTHENTICATION_2 *) (VarAuth2))->AuthInfo.Hdr.dwLength)
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 61 __le32 dwLength;
139 * | 1 | dwLength | U32 | length of the descriptor |
149 * | 1 | dwLength | U32 | length of the descriptor |
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Capsule.py 110 # UINT32 dwLength;
167 dwLength = 4 + 2 + 2 + 16 + os.path.getsize(CapOutputTmp) - os.path.getsize(CapInputFile)
169 dwLength = 4 + 2 + 2 + 16 + 16 + 256 + 256
171 AuthData = [fmp.MonotonicCount, dwLength, WIN_CERT_REVISION, WIN_CERT_TYPE_EFI_GUID, fmp.Certificate_Guid]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c 385 if (ImageAuth->AuthInfo.Hdr.dwLength <= OFFSET_OF(WIN_CERTIFICATE_UEFI_GUID, CertData)) {
386 DEBUG((DEBUG_ERROR, "ExtractAuthenticatedImage - dwLength too small\n"));
389 if (ImageAuth->AuthInfo.Hdr.dwLength > MAX_UINTN - sizeof(UINT64)) {
390 DEBUG((DEBUG_ERROR, "ExtractAuthenticatedImage - dwLength too big\n"));
393 if (ImageSize <= sizeof(ImageAuth->MonotonicCount) + ImageAuth->AuthInfo.Hdr.dwLength) {
452 *AuthenticatedImage = (UINT8 *)ImageAuth + ImageAuth->AuthInfo.Hdr.dwLength + sizeof(ImageAuth->MonotonicCount);
455 *AuthenticatedImageSize = ImageSize - ImageAuth->AuthInfo.Hdr.dwLength - sizeof(ImageAuth->MonotonicCount);
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 168 status.dwLength = sizeof(status);
  /external/pdfium/fxjs/
cjs_globaldata.cpp 287 uint32_t dwLength = *((uint32_t*)p);
290 if (p + dwLength > pBuffer + nLength)
293 SetGlobalVariableString(sEntry, ByteString(p, dwLength));
295 p += sizeof(char) * dwLength;
  /external/tensorflow/tensorflow/core/platform/windows/
port.cc 169 statex.dwLength = sizeof(statex);
  /external/v8/src/base/
sys-info.cc 77 memory_info.dwLength = sizeof(memory_info);
  /external/webrtc/webrtc/base/
systeminfo.cc 169 status.dwLength = sizeof(status);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c     [all...]
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 556 DWORD dwLength;
574 sizeof(GET_LENGTH_INFORMATION), &dwLength, NULL);
585 sizeof(DISK_GEOMETRY), &dwLength, NULL);
  /frameworks/av/media/mtp/
MtpDescriptors.cpp 182 .dwLength = htole32(sizeof(usb_os_desc_header) + sizeof(usb_ext_compat_desc)),
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 113 Print(L" dwLength - 0x%x\n", ImageAuthentication->AuthInfo.Hdr.dwLength);
117 return sizeof(ImageAuthentication->MonotonicCount) + ImageAuthentication->AuthInfo.Hdr.dwLength;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 396 DescriptorData->AuthInfo.Hdr.dwLength = OFFSET_OF (WIN_CERTIFICATE_UEFI_GUID, CertData);
476 DescriptorData->AuthInfo.Hdr.dwLength = OFFSET_OF (WIN_CERTIFICATE_UEFI_GUID, CertData) + sizeof (EFI_CERT_BLOCK_RSA_2048_SHA256);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c     [all...]

Completed in 1335 milliseconds

1 2