Returns the size of the hash which results from a specific algorithm.
@paramin This Points to this instance of EFI_HASH2_PROTOCOL.
@paramin HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
@paramout HashSize Holds the returned size of the algorithm's hash.
@retval EFI_SUCCESS Hash size returned successfully.
@retval EFI_INVALID_PARAMETER This or HashSize is NULL.
@retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver
or HashAlgorithm is null.
Returns the size of the hash which results from a specific algorithm.
@paramin This Points to this instance of EFI_HASH2_PROTOCOL. @paramin HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use. @paramout HashSize Holds the returned size of the algorithm's hash.
@retval EFI_SUCCESS Hash size returned successfully. @retval EFI_INVALID_PARAMETER This or HashSize is NULL. @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver or HashAlgorithm is null.