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

Example for the mcuxClRandomModes component. More...

#include <mcuxClRandom.h>
#include <mcuxClRandomModes.h>
#include <mcuxClSession.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClCore_FunctionIdentifiers.h>
#include <mcuxClExample_Session_Helper.h>
#include <mcuxClCore_Examples.h>
#include <mcuxClEls.h>
#include <mcuxClExample_ELS_Helper.h>

Functions

 MCUXCLEXAMPLE_FUNCTION (mcuxClRandomModes_Different_Sessions_example)
 Performs an example usage of the mcuxClRandom and mcuxClRandomModes components. More...
 

Detailed Description

Example for the mcuxClRandomModes component.

Function Documentation

◆ MCUXCLEXAMPLE_FUNCTION()

MCUXCLEXAMPLE_FUNCTION ( mcuxClRandomModes_Different_Sessions_example  )

Performs an example usage of the mcuxClRandom and mcuxClRandomModes components.

Return values
trueThe example code completed successfully
falseThe example code failed

Initialize ELS, Enable the ELS

Destroy session_0 and cleanup session_0

Destroy session_1 and cleanup session_1

Disable the ELS

Examples
mcuxClRandomModes_Different_Sessions_example.c.