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... | |
Example CMAC computation using functions of the mcuxClKey and mcuxClMac component.
bool mcuxClMac_cmac_oneshot_example | ( | void | ) |
Performs a CMAC computation using functions of the mcuxClKey component.
true | The example code completed successfully |
false | The example code failed |