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

Example for the mcuxClKey component. More...

#include <mcuxClKey.h>
#include <mcuxClSession.h>
#include <mcuxCsslFlowProtection.h>
#include <stdbool.h>

Functions

bool mcuxClKey_example (void)
 Performs an example initialization and cleanup of the mcuxClKey component. More...
 

Variables

static uint8_t aes128_key [MCUXCLKEY_SIZE_128]
 

Detailed Description

Example for the mcuxClKey component.

Function Documentation

◆ mcuxClKey_example()

bool mcuxClKey_example ( void  )

Performs an example initialization and cleanup of the mcuxClKey component.

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