nrfxlib API 2.8.99
|
psa_status_t cc3xx_hash_finish | ( | cc3xx_hash_operation_t * | operation, |
uint8_t * | hash, | ||
size_t | hash_size, | ||
size_t * | hash_length ) |
Finish an hash operation and produce the hash output.
[in] | operation | Pointer to the operation object |
[out] | hash | Buffer containing the output hash |
[in] | hash_size | Size in bytes of the hash buffer |
[out] | hash_length | Size of the produced hash in bytes |
PSA_SUCCESS | on success. Error code from psa_status_t on failure |