MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClSession_WorkArea Struct Reference

Type for mcuxClSession workareas flags. More...

#include <mcuxClSession_Types.h>

Data Fields

uint32_t * buffer
 Pointer to the starting address of the workarea buffer. More...
 
uint32_t size
 Size of the workarea buffer in words (uint32_t) More...
 
uint32_t used
 Used portion of the workarea buffer in words (uint32_t) More...
 
uint32_t dirty
 Maximum used portion of the workarea buffer in words (uint32_t) More...
 

Detailed Description

Type for mcuxClSession workareas flags.

Field Documentation

◆ buffer

uint32_t* mcuxClSession_WorkArea::buffer

Pointer to the starting address of the workarea buffer.

◆ size

uint32_t mcuxClSession_WorkArea::size

Size of the workarea buffer in words (uint32_t)

◆ used

uint32_t mcuxClSession_WorkArea::used

Used portion of the workarea buffer in words (uint32_t)

◆ dirty

uint32_t mcuxClSession_WorkArea::dirty

Maximum used portion of the workarea buffer in words (uint32_t)