![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_sw_chacha20_poly1305_abort | ( | cracen_aead_operation_t * | operation | ) |
#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_chacha20_poly1305.h>
Abort the software ChaCha20-Poly1305 operation.
This function clears the operation context and any sensitive data.
| [in,out] | operation | Pointer to the AEAD operation structure. |
| PSA_SUCCESS | Operation aborted successfully. |