EFI_HASH_GET_HASH_SIZE

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.

extern (C)
alias EFI_HASH_GET_HASH_SIZE = EFI_STATUS function @nogc nothrow

Meta