MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClAes_KeyTypes.h File Reference

Definition of supported key types in mcuxClAes component, see also mcuxClKey component. More...

#include <mcuxClConfig.h>
#include <stdint.h>
#include <stdbool.h>
#include <mcuxClKey_Types.h>

Go to the source code of this file.

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

Definition of supported key types in mcuxClAes component, see also mcuxClKey component.