#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_aes_cbc.h>
Finish the software AES-CBC operation.
- Parameters
-
| [in,out] | operation | Pointer to the cipher operation structure. |
| [out] | output | Output buffer for final block. |
| [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. |
| PSA_ERROR_INVALID_PADDING | if PKCS7 padding is invalid. |