![]() |
nrfxlib API 3.3.99
|
| 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.
| [in] | operation | Pointer to the operation object |
| [in] | input | Buffer holding the IV to setup |
| [in] | input_length | Size in bytes of the IV |
| [out] | output | Buffer containing the output |
| [in] | output_size | Size in bytes of the output buffer |
| [out] | output_length | Size in bytes of the actual output |
| PSA_SUCCESS | on success. Error code from psa_status_t on failure |