![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_sw_aes_ctr_update | ( | cracen_cipher_operation_t * | operation, |
| const uint8_t * | input, | ||
| size_t | input_length, | ||
| uint8_t * | output, | ||
| size_t | output_size, | ||
| size_t * | output_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_aes_ctr.h>
Update the software AES-CTR operation with new data.
| operation | Pointer to cipher operation structure. |
| input | Input data. |
| input_length | Length of the input data. |
| output | Output buffer. |
| output_size | Size of the output buffer. |
| output_length | Pointer where to store the actual output length. |
| psa_status_t | PSA_SUCCESS on success, error code otherwise |