![]() |
nRF Connect SDK API 3.3.99
|
| psa_status_t cracen_sw_cmac_finish | ( | cracen_mac_operation_t * | op | ) |
#include <subsys/nrf_security/src/drivers/cracen/cracen_sw/include/cracen_sw_mac_cmac.h>
Function to finalize a C software based CMAC operation.
This function completes the CMAC operation and releases any resources associated with it. It should be called after all input data has been processed. This operation runs cmac in software using hardware AES-ECB primitives
| [in,out] | op | Pointer to the CMAC operation structure. |