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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DWinCertificate.h21 // _WIN_CERTIFICATE.wCertificateType
46 UINT16 wCertificateType; member in struct:__anon11377
49 /// the certificate depends on wCertificateType.
77 /// wCertificateType is set to WIN_CERT_TYPE_UEFI_GUID.
106 /// wCertificateType is set to WIN_CERT_TYPE_UEFI_PKCS1_15.
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/
H A DWinCertificate.h23 // _WIN_CERTIFICATE.wCertificateType
48 UINT16 wCertificateType; member in struct:__anon15495
51 /// the certificate depends on wCertificateType.
79 /// wCertificateType is set to WIN_CERT_TYPE_UEFI_GUID.
108 /// wCertificateType is set to WIN_CERT_TYPE_UEFI_PKCS1_15.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiMultiPhase.h71 // _WIN_CERTIFICATE.wCertificateType
89 @param wCertificateType The certificate type. See
98 wCertificateType. The format of the UEFI
106 UINT16 wCertificateType; member in struct:_WIN_CERTIFICATE
129 wCertificateType is set to
170 wCertificateType is set to
198 AuthInfo is a WIN_CERTIFICATE using the wCertificateType
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2308 else if (pEntry->wCertificateType != WIN_CERT_TYPE_PKCS_SIGNED_DATA)
2311 pEntry->wCertificateType, 0);
2363 AssertReturn(pEntry->wCertificateType == WIN_CERT_TYPE_PKCS_SIGNED_DATA, VERR_INTERNAL_ERROR_2);
3576 if ( pCur->wCertificateType != WIN_CERT_TYPE_PKCS_SIGNED_DATA
3577 && pCur->wCertificateType != WIN_CERT_TYPE_X509
3578 /*&& pCur->wCertificateType != WIN_CERT_TYPE_RESERVED_1*/
3579 /*&& pCur->wCertificateType != WIN_CERT_TYPE_TS_STACK_SIGNED*/
3580 && pCur->wCertificateType != WIN_CERT_TYPE_EFI_PKCS115
3581 && pCur->wCertificateType != WIN_CERT_TYPE_EFI_GUID
3585 rc = pCur->wCertificateType
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c183 DescriptorData->AuthInfo.Hdr.wCertificateType = WIN_CERT_TYPE_EFI_GUID;
1329 if (mCertificate->wCertificateType == WIN_CERT_TYPE_EFI_GUID) {
1341 } else if (mCertificate->wCertificateType == WIN_CERT_TYPE_PKCS_SIGNED_DATA) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c324 // wCertificateType should be WIN_CERT_TYPE_EFI_GUID.
327 if ((CertData->AuthInfo.Hdr.wCertificateType != WIN_CERT_TYPE_EFI_GUID) ||
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwintrust.h584 WORD wCertificateType; /* WIN_CERT_TYPE_xxx */ member in struct:_WIN_CERTIFICATE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwintrust.h584 WORD wCertificateType; /* WIN_CERT_TYPE_xxx */ member in struct:_WIN_CERTIFICATE
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c539 // wCertificateType should be WIN_CERT_TYPE_EFI_GUID.
542 if ((CertData->AuthInfo.Hdr.wCertificateType != WIN_CERT_TYPE_EFI_GUID) ||
1906 // wCertificateType should be WIN_CERT_TYPE_EFI_GUID.
1909 if ((CertData->AuthInfo.Hdr.wCertificateType != WIN_CERT_TYPE_EFI_GUID) ||
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c1407 switch (WinCertificate->wCertificateType) {
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h810 uint16_t wCertificateType; member in struct:WIN_CERTIFICATE

Completed in 287 milliseconds