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. | |
| 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. | |
| mcuxClSession_Status_t | mcuxClSession_cleanup (mcuxClSession_Handle_t pSession) |
| Clean up a Crypto Library session. | |
| mcuxClSession_Status_t | mcuxClSession_destroy (mcuxClSession_Handle_t pSession) |
| Destroy a Crypto Library session. | |
| mcuxClSession_Status_t | mcuxClSession_setRandom (mcuxClSession_Handle_t session, mcuxClRandom_Mode_t randomMode, mcuxClRandom_Context_t randomCtx) |
| Function to switch to another random configuration. | |
Top-level API of the mcuxClSession component.