MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClSession_Functions.h File Reference

Top-level API of the mcuxClSession component. More...

#include <mcuxClCore_Platform.h>
#include <mcuxClCore_FunctionIdentifiers.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClSession_Types.h>

Go to the source code of this file.

Functions

mcuxClSession_Status_t mcuxClSession_init (mcuxClSession_Handle_t pSession, uint32_t *const pCpuWaBuffer, uint32_t cpuWaLength, uint32_t *const pPkcWaBuffer, uint32_t pkcWaLength)
 Initialize a Crypto Library session. More...
 
mcuxClSession_Status_t mcuxClSession_setRtf (mcuxClSession_Handle_t pSession, uint8_t *const pRtf, mcuxClSession_Rtf_t RtfOptions)
 Set the RTF option in a Crypto Library session. More...
 
mcuxClSession_Status_t mcuxClSession_cleanup (mcuxClSession_Handle_t pSession)
 Clean up a Crypto Library session. More...
 
mcuxClSession_Status_t mcuxClSession_destroy (mcuxClSession_Handle_t pSession)
 Destroy a Crypto Library session. More...
 

Detailed Description

Top-level API of the mcuxClSession component.