Defines macros used to initialize mcuxClCss_AeadOption_t. More...
Macros | |
#define | MCUXCLCSS_AEAD_ENCRYPT |
Set mcuxClCss_AeadOption_t.dcrpt to this value to encrypt data. More... | |
#define | MCUXCLCSS_AEAD_DECRYPT |
Set mcuxClCss_AeadOption_t.dcrpt to this value to decrypt data. More... | |
#define | MCUXCLCSS_AEAD_STATE_IN_DISABLE |
Set mcuxClCss_AeadOption_t.acpsie to this value to load the GCM state from CSSv2. More... | |
#define | MCUXCLCSS_AEAD_STATE_IN_ENABLE |
Set mcuxClCss_AeadOption_t.acpsie to this value to load the GCM state from the context. More... | |
#define | MCUXCLCSS_AEAD_LASTINIT_TRUE |
Set mcuxClCss_AeadOption_t.lastinit to this value if this is the last call to init. More... | |
#define | MCUXCLCSS_AEAD_LASTINIT_FALSE |
Set mcuxClCss_AeadOption_t.lastinit to this value if this is not the last call to init. More... | |
#define | MCUXCLCSS_AEAD_EXTERN_KEY |
Set mcuxClCss_AeadOption_t.extkey to this value to use an external key. More... | |
#define | MCUXCLCSS_AEAD_INTERN_KEY |
Set mcuxClCss_AeadOption_t.extkey to this value to use a key from the CSS keystore. More... | |
Defines macros used to initialize mcuxClCss_AeadOption_t.
#define MCUXCLCSS_AEAD_ENCRYPT |
Set mcuxClCss_AeadOption_t.dcrpt to this value to encrypt data.
#define MCUXCLCSS_AEAD_DECRYPT |
Set mcuxClCss_AeadOption_t.dcrpt to this value to decrypt data.
#define MCUXCLCSS_AEAD_STATE_IN_DISABLE |
Set mcuxClCss_AeadOption_t.acpsie to this value to load the GCM state from CSSv2.
#define MCUXCLCSS_AEAD_STATE_IN_ENABLE |
Set mcuxClCss_AeadOption_t.acpsie to this value to load the GCM state from the context.
#define MCUXCLCSS_AEAD_LASTINIT_TRUE |
Set mcuxClCss_AeadOption_t.lastinit to this value if this is the last call to init.
#define MCUXCLCSS_AEAD_LASTINIT_FALSE |
Set mcuxClCss_AeadOption_t.lastinit to this value if this is not the last call to init.
#define MCUXCLCSS_AEAD_EXTERN_KEY |
Set mcuxClCss_AeadOption_t.extkey to this value to use an external key.
#define MCUXCLCSS_AEAD_INTERN_KEY |
Set mcuxClCss_AeadOption_t.extkey to this value to use a key from the CSS keystore.