Structure for mcuxClSession Descriptor. More...
#include <mcuxClSession_Types.h>
Data Fields | |
| mcuxClSession_WorkArea_t | cpuWa |
| Workarea for the CPU. | |
| mcuxClSession_WorkArea_t | pkcWa |
| Workarea for the PKC. | |
| mcuxClRandom_Config_t | randomCfg |
| Configuration of the Rng (contexts and mode). | |
| mcuxClResource_Context_t * | pResourceCtx |
| Pointer to global resource context. | |
| mcuxClSession_JobContext_t | jobContext |
| Context of non-blocking job. | |
| mcuxClSession_apiCall_t * | apiCall |
| Context for API calls. | |
Structure for mcuxClSession Descriptor.
| mcuxClSession_WorkArea_t mcuxClSession_Descriptor::cpuWa |
Workarea for the CPU.
| mcuxClSession_WorkArea_t mcuxClSession_Descriptor::pkcWa |
Workarea for the PKC.
| mcuxClRandom_Config_t mcuxClSession_Descriptor::randomCfg |
Configuration of the Rng (contexts and mode).
| mcuxClResource_Context_t* mcuxClSession_Descriptor::pResourceCtx |
Pointer to global resource context.
| mcuxClSession_JobContext_t mcuxClSession_Descriptor::jobContext |
Context of non-blocking job.
| mcuxClSession_apiCall_t* mcuxClSession_Descriptor::apiCall |
Context for API calls.