Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
DSha256Hash.h128 HASH_GET_CONTEXT_SIZE GetContextSize;
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
DHash2DxeCrypto.c122 EFI_HASH_GET_CONTEXT_SIZE GetContextSize; member
388 CtxSize = HashInfo->GetContextSize (); in BaseCrypto2Hash()
483 CtxSize = HashInfo->GetContextSize (); in BaseCrypto2HashInit()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.h192 HASH_GET_CONTEXT_SIZE GetContextSize; member
DDxeImageVerificationLib.c350 CtxSize = mHash[HashAlg].GetContextSize(); in HashPeImage()
910 if (mHash[HashAlg].GetContextSize == NULL) { in IsCertHashFoundInDatabase()
914 HashCtx = AllocatePool (mHash[HashAlg].GetContextSize ()); in IsCertHashFoundInDatabase()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.h256 HASH_GET_CONTEXT_SIZE GetContextSize; ///< Pointer to Hash GetContentSize function member
DSecureBootConfigImpl.c1110 CtxSize = mHash[HashAlg].GetContextSize (); in CalculateCertHash()
1806 CtxSize = mHash[HashAlg].GetContextSize(); in HashPeImage()