#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_aes_cbc.h>
Update the software AES-CBC operation with new data.
- Parameters
-
| [in,out] | operation | Pointer to the cipher operation structure. |
| [in] | input | Input data. |
| [in] | input_length | Length of the input data. |
| [out] | output | Output buffer. |
| [in] | output_size | Size of the output buffer. |
| [out] | output_length | Pointer to store the actual output length. |
- Return values
-
| PSA_SUCCESS | on success. |
| PSA_ERROR_INVALID_ARGUMENT | if any parameter is invalid. |
| PSA_ERROR_BUFFER_TOO_SMALL | if output buffer is too small. |