MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClAes_KeyTypes

Defines of supported key types of mcuxClAes, see mcuxClKey. More...

Variables

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes128
 Key type structure for AES-128 based keys. More...
 
static const mcuxClKey_Type_t mcuxClKey_Type_Aes128
 Key type pointer for AES-128 based keys. More...
 
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes192
 Key type structure for AES-192 based keys. More...
 
static const mcuxClKey_Type_t mcuxClKey_Type_Aes192
 Key type pointer for AES-192 based keys. More...
 
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes256
 Key type structure for AES-256 based keys. More...
 
static const mcuxClKey_Type_t mcuxClKey_Type_Aes256
 Key type pointer for AES-256 based keys. More...
 

Detailed Description

Defines of supported key types of mcuxClAes, see mcuxClKey.

Variable Documentation

◆ mcuxClKey_TypeDescriptor_Aes128

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes128

Key type structure for AES-128 based keys.

◆ mcuxClKey_Type_Aes128

const mcuxClKey_Type_t mcuxClKey_Type_Aes128
static

Key type pointer for AES-128 based keys.

Examples
mcuxClKey_example.c.

◆ mcuxClKey_TypeDescriptor_Aes192

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes192

Key type structure for AES-192 based keys.

◆ mcuxClKey_Type_Aes192

const mcuxClKey_Type_t mcuxClKey_Type_Aes192
static

Key type pointer for AES-192 based keys.

◆ mcuxClKey_TypeDescriptor_Aes256

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes256

Key type structure for AES-256 based keys.

◆ mcuxClKey_Type_Aes256

const mcuxClKey_Type_t mcuxClKey_Type_Aes256
static

Key type pointer for AES-256 based keys.