Home
last modified time | relevance | path

Searched refs:HashType (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DWinCertificate.h65 EFI_GUID HashType; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiMultiPhase.h121 EFI_GUID HashType; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
DFmpAuthenticationLibRsa2048Sha256.c93 if (!CompareGuid(&CertBlockRsa2048Sha256->HashType, &gEfiHashAlgorithmSha256Guid)) { in FmpAuthenticatedHandlerRsa2048Sha256()
94 …rRsa2048Sha256 - HashType: %g, expect - %g\n", &CertBlockRsa2048Sha256->HashType, &gEfiHashAlgorit… in FmpAuthenticatedHandlerRsa2048Sha256()
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.c213 if (!CompareGuid (&gEfiHashAlgorithmSha256Guid, &CertBlockRsa2048Sha256->HashType)) { in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.c229 if (!CompareGuid (&gEfiHashAlgorithmSha256Guid, &CertBlockRsa2048Sha256->HashType)) { in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
DRsa2048Sha256Sign.py202 if uuid.UUID(bytes_le = Header.HashType) <> EFI_HASH_ALGORITHM_SHA256_GUID: