Searched refs:WIN_CERTIFICATE (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DWinCertificate.h2 GUID for UEFI WIN_CERTIFICATE structure.
28 /// The WIN_CERTIFICATE structure is part of the PE/COFF specification.
37 /// The revision level of the WIN_CERTIFICATE
53 } WIN_CERTIFICATE; typedef in typeref:struct:__anon11377
76 /// This is the standard WIN_CERTIFICATE header, where
79 WIN_CERTIFICATE Hdr;
99 /// WIN_CERTIFICATE and encapsulate the information needed to
105 /// This is the standard WIN_CERTIFICATE header, where
108 WIN_CERTIFICATE Hdr;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/
H A DWinCertificate.h2 GUID for UEFI WIN_CERTIFICATE structure.
30 /// The WIN_CERTIFICATE structure is part of the PE/COFF specification.
39 /// The revision level of the WIN_CERTIFICATE
55 } WIN_CERTIFICATE; typedef in typeref:struct:__anon15495
78 /// This is the standard WIN_CERTIFICATE header, where
81 WIN_CERTIFICATE Hdr;
101 /// WIN_CERTIFICATE and encapsulate the information needed to
107 /// This is the standard WIN_CERTIFICATE header, where
110 WIN_CERTIFICATE Hdr;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiMultiPhase.h78 The WIN_CERTIFICATE structure is part of the PE/COFF
85 @param wRevision The revision level of the WIN_CERTIFICATE
108 } WIN_CERTIFICATE; typedef in typeref:struct:_WIN_CERTIFICATE
128 @param Hdr This is the standard WIN_CERTIFICATE header, where
153 WIN_CERTIFICATE Hdr;
165 WIN_CERTIFICATE and encapsulate the information needed to
169 @param Hdr This is the standard WIN_CERTIFICATE header, where
190 WIN_CERTIFICATE Hdr;
198 AuthInfo is a WIN_CERTIFICATE using the wCertificateType
208 WIN_CERTIFICATE shal
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.h84 WIN_CERTIFICATE Hdr;
H A DDxeImageVerificationLib.c1213 WIN_CERTIFICATE *WinCertificate;
1399 WinCertificate = (WIN_CERTIFICATE *) (mImageBase + mSecDataDir->VirtualAddress);
1401 CertSize = sizeof (WIN_CERTIFICATE);
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h806 typedef struct WIN_CERTIFICATE struct
812 } WIN_CERTIFICATE; typedef in typeref:struct:WIN_CERTIFICATE
813 AssertCompileSize(WIN_CERTIFICATE, 16);
814 typedef WIN_CERTIFICATE *PWIN_CERTIFICATE;
815 typedef WIN_CERTIFICATE const *PCWIN_CERTIFICATE;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h329 WIN_CERTIFICATE Hdr;
H A DSecureBootConfigImpl.c74 WIN_CERTIFICATE *mCertificate = NULL;
1327 mCertificate = (WIN_CERTIFICATE *)(mImageBase + mSecDataDir->Offset);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp228 WIN_CERTIFICATE const *pRawData;
2234 if ( cbSignature <= sizeof(WIN_CERTIFICATE)
2281 pSignature->pRawData = RT_ALIGN_PT(pSignature + 1, 64, WIN_CERTIFICATE const *);
2295 WIN_CERTIFICATE const *pEntry = pSignature->pRawData;
2302 "Bad WIN_CERTIFICATE length: %#x (max %#x, signature=%u)",
2306 "Unsupported WIN_CERTIFICATE revision value: %#x (signature=%u)",
2310 "Unsupported WIN_CERTIFICATE certificate type: %#x (signature=%u)",
2319 pEntry = (WIN_CERTIFICATE *)((uintptr_t)pEntry + cbEntry);
2322 rc = RTErrInfoSet(pErrInfo, VERR_LDRVI_BAD_CERT_MULTIPLE, "Multiple WIN_CERTIFICATE entries are not supported.");
2362 WIN_CERTIFICATE cons
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwintrust.h586 } WIN_CERTIFICATE, *LPWIN_CERTIFICATE; typedef in typeref:struct:_WIN_CERTIFICATE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwintrust.h586 } WIN_CERTIFICATE, *LPWIN_CERTIFICATE; typedef in typeref:struct:_WIN_CERTIFICATE

Completed in 4939 milliseconds