HomeSort by relevance Sort by last modified time
    Searched refs:GetContextSize (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
Sha256Hash.h 128 HASH_GET_CONTEXT_SIZE GetContextSize;
  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Hash2DxeCrypto.c 122 EFI_HASH_GET_CONTEXT_SIZE GetContextSize;
388 CtxSize = HashInfo->GetContextSize ();
483 CtxSize = HashInfo->GetContextSize ();
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.h 192 HASH_GET_CONTEXT_SIZE GetContextSize;
DxeImageVerificationLib.c 350 CtxSize = mHash[HashAlg].GetContextSize();
910 if (mHash[HashAlg].GetContextSize == NULL) {
914 HashCtx = AllocatePool (mHash[HashAlg].GetContextSize ());
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 256 HASH_GET_CONTEXT_SIZE GetContextSize; ///< Pointer to Hash GetContentSize function
SecureBootConfigImpl.c     [all...]

Completed in 1072 milliseconds