nn::ubl::GetHashValue Function

Syntax

void GetHashValue(
     u8 * inputBuffer,
     size_t inputSize,
     u8 * hashData
);

Arguments

Name Description
in inputBuffer Pointer to the input data.
in inputSize Size of the input data.
out hashData Pointer to the memory where the acquired hash data is stored.

Return Values

None.

Description

Gets the hash data.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL