nn::crypto::CalculateSha1 Function
void CalculateSha1(
void * pOut,
const void * pData,
size_t length
);
| Name | Description | |
|---|---|---|
| out | pOut | Pointer to the location in which to store the SHA-1 value. |
| in | pData | Pointer to the input data. |
| in | length | Length of the input data. |
Utility function that encompasses a sequence of operations used for SHA-1 calculation.
This function cannot be used if you need to split up the data and call Update multiple times.
CONFIDENTIAL