summaryrefslogtreecommitdiff
path: root/SecurityPkg/Include
diff options
context:
space:
mode:
authorZhang, Chao B <chao.b.zhang@intel.com>2018-06-06 11:24:54 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2018-07-27 17:58:38 +0800
commit8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676 (patch)
treeb96ef793ba9197d91ce27173216b193c21aae5f6 /SecurityPkg/Include
parentfb57c30b703ee64415c43102862cfc2c2f2664be (diff)
downloadedk2-8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676.zip
edk2-8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676.tar.gz
edk2-8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676.tar.bz2
SecurityPkg: HashLib: Add SHA384, SHA512 HashLib
Add SHA384, 512 Hash lib support. Now only CryptoPkg support PEI/DXE version. Cc: Long Qin <qin.long@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhang Chao B <chao.b.zhang@intel.com> Reviewed-by: Long Qin <qin.long@intel.com>
Diffstat (limited to 'SecurityPkg/Include')
-rw-r--r--SecurityPkg/Include/Library/HashLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Include/Library/HashLib.h b/SecurityPkg/Include/Library/HashLib.h
index 8be8b9c..2b886a1 100644
--- a/SecurityPkg/Include/Library/HashLib.h
+++ b/SecurityPkg/Include/Library/HashLib.h
@@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Uefi.h>
#include <Protocol/Hash.h>
-
+#include <IndustryStandard/Tpm20.h>
typedef UINTN HASH_HANDLE;
/**