nrfxlib API 2.8.99
|
psa_status_t cc3xx_cipher_finish | ( | cc3xx_cipher_operation_t * | operation, |
uint8_t * | output, | ||
size_t | output_size, | ||
size_t * | output_length ) |
Finalize the multipart cipher operation by encrypting any buffered input from the previous call to update()
[in] | operation | Pointer to the operation object |
[out] | output | Buffer containing the |
[in] | output_size | Size in bytes of the output buffer |
[out] | output_length | Size in bytes of the encrypted output |
PSA_SUCCESS | on success. Error code from psa_status_t on failure |