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

◆ cracen_aead_abort()

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.

Parameters
[in,out]operationPointer to the AEAD operation structure.
Return values
PSA_SUCCESSOperation aborted successfully.
PSA_ERROR_NOT_SUPPORTEDUnsupported algorithm.