nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ cracen_sw_aes_ctr_finish()

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.

Parameters
operationPointer to the cipher operation structure.
output_lengthPointer to the store actual output length (always 0 for CTR).
Return values
psa_status_tPSA_SUCCESS on success, error code otherwise