diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-06-06 11:24:54 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-07-27 17:58:38 +0800 |
commit | 8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676 (patch) | |
tree | b96ef793ba9197d91ce27173216b193c21aae5f6 /SecurityPkg/Include/Library | |
parent | fb57c30b703ee64415c43102862cfc2c2f2664be (diff) | |
download | edk2-8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676.tar.gz edk2-8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676.tar.bz2 edk2-8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676.zip |
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/Library')
-rw-r--r-- | SecurityPkg/Include/Library/HashLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Include/Library/HashLib.h b/SecurityPkg/Include/Library/HashLib.h index 8be8b9c59c..2b886a1b05 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;
/**
|