X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FHash.h;h=e5cc8ded3a04eb26d59c0a34706ec38c3f3130ef;hp=fe8c9011a0b7e720a1c33938d8d13e16b6299a80;hb=630b41877e9a1afe59d4f8a1c22bc691fe933ff8;hpb=e79a2975adf4a1a6ae8a26db0bf2143b462b9fd9 diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h index fe8c9011a0..e5cc8ded3a 100644 --- a/MdePkg/Include/Protocol/Hash.h +++ b/MdePkg/Include/Protocol/Hash.h @@ -2,7 +2,7 @@ EFI_HASH_SERVICE_BINDING_PROTOCOL as defined in UEFI 2.0. EFI_HASH_PROTOCOL as defined in UEFI 2.0. The EFI Hash Service Binding Protocol is used to locate hashing services support - provided by a driver and create and destroy instances of the EFI Hash Protocol + provided by a driver and to create and destroy instances of the EFI Hash Protocol so that a multiple drivers can use the underlying hashing services. The EFI Service Binding Protocol defines the generic Service Binding Protocol functions. @@ -79,7 +79,7 @@ typedef union { } EFI_HASH_OUTPUT; /** - Returns the size of the hash which results from a specific algorithm. + Returns the size of the hash that results from a specific algorithm. @param This Points to this instance of EFI_HASH_PROTOCOL. @param HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use. @@ -100,7 +100,7 @@ EFI_STATUS ); /** - Returns the size of the hash which results from a specific algorithm. + Returns the size of the hash that results from a specific algorithm. @param This Points to this instance of EFI_HASH_PROTOCOL. @param HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.