nn::ubl::GetHashValue Function
void GetHashValue(
u8 * inputBuffer,
size_t inputSize,
u8 * hashData
);
| 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. |
Gets the hash data.
CONFIDENTIAL