nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ cc3xx_cipher_finish()

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()

Parameters
[in]operationPointer to the operation object
[out]outputBuffer containing the
[in]output_sizeSize in bytes of the output buffer
[out]output_lengthSize in bytes of the encrypted output
Return values
PSA_SUCCESSon success. Error code from psa_status_t on failure