MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClMac_cmac_oneshot_example.c File Reference

Example CMAC computation using functions of the mcuxClKey and mcuxClMac component. More...

#include <stdbool.h>
#include <mcuxClCss.h>
#include <mcuxClKey.h>
#include <mcuxClSession.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClMac.h>
#include <internal/mcuxClMac_internal.h>

Functions

bool mcuxClMac_cmac_oneshot_example (void)
 Performs a CMAC computation using functions of the mcuxClKey component. More...
 

Detailed Description

Example CMAC computation using functions of the mcuxClKey and mcuxClMac component.

Function Documentation

◆ mcuxClMac_cmac_oneshot_example()

bool mcuxClMac_cmac_oneshot_example ( void  )

Performs a CMAC computation using functions of the mcuxClKey component.

Return values
trueThe example code completed successfully
falseThe example code failed
Examples
mcuxClMac_cmac_oneshot_example.c.