SecurityPkg: Add MD5 support to Hash2DxeCrypto
MD5 is part of the HASH2 protocol and it's trivial to support. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jonathan Doman <jonathan.doman@hp.com> Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com> Reviewed-by: Chao Zhang <chao.b.zhang@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17729 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#
|
||||
# This module will use EDKII crypto libary to HASH2 protocol.
|
||||
#
|
||||
# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
|
||||
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
@@ -49,6 +50,7 @@
|
||||
UefiLib
|
||||
|
||||
[Guids]
|
||||
gEfiHashAlgorithmMD5Guid ## CONSUMES ## GUID
|
||||
gEfiHashAlgorithmSha1Guid ## CONSUMES ## GUID
|
||||
gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID
|
||||
gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID
|
||||
|
Reference in New Issue
Block a user