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 <mcuxClCore_FunctionIdentifiers.h>
#include <mcuxClCore_Examples.h>
#include <stdbool.h>
#include <mcuxClAes.h>
#include <mcuxClExample_Session_Helper.h>
#include <mcuxClExample_Key_Helper.h>

Functions

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

Variables

static uint32_t aes128_key [MCUXCLAES_AES128_KEY_SIZE_IN_WORDS]
 

Detailed Description

Example for the mcuxClKey component.

Function Documentation

◆ MCUXCLEXAMPLE_FUNCTION()

MCUXCLEXAMPLE_FUNCTION ( mcuxClKey_example  )

Performs an example initialization and cleanup of the mcuxClKey component.

Return values
MCUXCLEXAMPLE_STATUS_OKThe example code completed successfully
MCUXCLEXAMPLE_STATUS_ERRORThe example code failed

Destroy Session and cleanup Session

Examples
mcuxClKey_example.c.