Returns the size of the hash which results from a specific algorithm.
@paramin This Points to this instance of EFI_HASH_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 HashSize is NULL or HashAlgorithm is NULL.
@retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported
by this driver.
Returns the size of the hash which results from a specific algorithm.
@paramin This Points to this instance of EFI_HASH_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 HashSize is NULL or HashAlgorithm is NULL. @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver.