Searched defs:CertType (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DWinCertificate.h56 /// WIN_CERTIFICATE_UEFI_GUID.CertType
84 EFI_GUID CertType; member in struct:__anon11379
87 /// the data is determined by the CertType.
88 /// If CertType is EFI_CERT_TYPE_RSA2048_SHA256_GUID,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/
H A DWinCertificate.h58 /// WIN_CERTIFICATE_UEFI_GUID.CertType
86 EFI_GUID CertType; member in struct:__anon15497
89 /// the data is determined by the CertType.
90 /// If CertType is EFI_CERT_TYPE_RSA2048_SHA256_GUID,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiMultiPhase.h111 // WIN_CERTIFICATE_UEFI_GUID.CertType
132 @param CertType This is the unique id which determines the
137 the data is determined by the CertType. In
145 The CertType defines the format of the
154 EFI_GUID CertType; member in struct:_WIN_CERTIFICATE_UEFI_GUID
199 WIN_CERTIFICATE_UEFI_GUID and the CertType
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c799 @param[in] CertType Pointer to hash algrithom.
810 IN EFI_GUID *CertType,
849 if ((CertList->SignatureSize == sizeof(EFI_SIGNATURE_DATA) - 1 + SignatureSize) && (CompareGuid(&CertList->SignatureType, CertType))) {
1050 if (!CompareGuid (&EfiCert->CertType, &gEfiCertTypeRsa2048Sha256Guid)) {
807 IsSignatureFoundInDatabase( IN CHAR16 *VariableName, IN UINT8 *Signature, IN EFI_GUID *CertType, IN UINTN SignatureSize ) argument

Completed in 94 milliseconds