Searched refs:CertType (Results 1 - 7 of 7) 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
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c328 !CompareGuid (&CertData->AuthInfo.CertType, Global->CertRsa2048Sha256Guid[VirtualMode])
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c543 !CompareGuid (&CertData->AuthInfo.CertType, &gEfiCertTypeRsa2048Sha256Guid)
1910 !CompareGuid (&CertData->AuthInfo.CertType, &gEfiCertPkcs7Guid)) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c184 CopyGuid (&DescriptorData->AuthInfo.CertType, &gEfiCertPkcs7Guid);
1331 if (CompareMem (&GuidCertData->CertType, &gEfiCertTypeRsa2048Sha256Guid, sizeof(EFI_GUID)) != 0) {

Completed in 179 milliseconds