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

◆ cc3xx_cipher_update()

psa_status_t cc3xx_cipher_update ( cc3xx_cipher_operation_t operation,
const uint8_t *  input,
size_t  input_length,
uint8_t *  output,
size_t  output_size,
size_t *  output_length 
)

Update the ciphering operation with new input to produce new output.

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