![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_aead_abort | ( | cracen_aead_operation_t * | operation | ) |
#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_aead.h>
Abort the software AEAD operation.
Clears the operation context and any sensitive data.
| [in,out] | operation | Pointer to the AEAD operation structure. |
| PSA_SUCCESS | Operation aborted successfully. |
| PSA_ERROR_NOT_SUPPORTED | Unsupported algorithm. |