nrfxlib API 0.1.0
|
psa_status_t cc3xx_hash_update | ( | cc3xx_hash_operation_t * | operation, |
const uint8_t * | input, | ||
size_t | input_length | ||
) |
Updates an hash operation with some new input data.
[in] | operation | Pointer to the operation object |
[in] | input | Buffer containing the input data |
[out] | input_length | Size in bytes of the input data |
PSA_SUCCESS | on success. Error code from psa_status_t on failure |