MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
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.
 
static const mcuxClKey_Type_t mcuxClKey_Type_Aes128
 Key type pointer for AES-128 based keys.
 
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes192
 Key type structure for AES-192 based keys.
 
static const mcuxClKey_Type_t mcuxClKey_Type_Aes192
 Key type pointer for AES-192 based keys.
 
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes256
 Key type structure for AES-256 based keys.
 
static const mcuxClKey_Type_t mcuxClKey_Type_Aes256
 Key type pointer for AES-256 based keys.
 

Detailed Description

Defines of supported key types of mcuxClAes, see mcuxClKey.

Variable Documentation

◆ mcuxClKey_TypeDescriptor_Aes128

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes128
extern

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, and mcuxClMacModes_Els_Cmac_Aes128_Oneshot_Example.c.

◆ mcuxClKey_TypeDescriptor_Aes192

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Aes192
extern

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
extern

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.