summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Hash.h')
-rw-r--r--MdePkg/Include/Protocol/Hash.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h
index bb4d651..1467235 100644
--- a/MdePkg/Include/Protocol/Hash.h
+++ b/MdePkg/Include/Protocol/Hash.h
@@ -132,13 +132,6 @@ EFI_STATUS
@par Protocol Description:
This protocol allows creating a hash of an arbitrary message digest
using one or more hash algorithms.
-
- @param GetHashSize
- Return the size of a specific type of resulting hash.
-
- @param Hash
- Create a hash for the specified message.
-
**/
struct _EFI_HASH_PROTOCOL {
EFI_HASH_GET_HASH_SIZE GetHashSize;