EFI_HASH2_HASH_UPDATE

Updates the hash of a computation in progress by adding a message text.

@paramin This Points to this instance of EFI_HASH2_PROTOCOL. @paramin Message Points to the start of the message. @paramin MessageSize The size of Message, in bytes.

@retval EFI_SUCCESS Digest in progress updated successfully. @retval EFI_INVALID_PARAMETER This or Hash is NULL. @retval EFI_OUT_OF_RESOURCES Some resource required by the function is not available or MessageSize is greater than platform maximum. @retval EFI_NOT_READY This call was not preceded by a valid call to HashInit(), or the operation in progress was terminated by a call to Hash() or HashFinal() on the same instance.

extern (C)
alias EFI_HASH2_HASH_UPDATE = EFI_STATUS function
(,
const UINT8* Message
,)
@nogc nothrow

Meta