![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_sw_aes_ctr_finish | ( | cracen_cipher_operation_t * | operation, |
| size_t * | output_length ) |
#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_aes_ctr.h>
Finish the software AES-CTR operation.
| operation | Pointer to the cipher operation structure. |
| output_length | Pointer to the store actual output length (always 0 for CTR). |
| psa_status_t | PSA_SUCCESS on success, error code otherwise |