MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClKey_Types

Defines all types of mcuxClKey. More...

Typedefs

typedef uint32_t mcuxClKey_Status_t
 Type for Key component error codes.
 
typedef uint16_t mcuxClKey_AlgorithmId_t
 Type for algorithm based key id.
 
typedef uint32_t mcuxClKey_Size_t
 Type for algorithm based key size.
 
typedef mcuxClKey_Status_t mcuxClKey_Status_Protected_t
 Deprecated type for Key component error codes, returned by functions with code-flow protection.
 
typedef struct mcuxClKey_Descriptor mcuxClKey_Descriptor_t
 Key descriptor type.
 
typedef mcuxClKey_Descriptor_t *const mcuxClKey_Handle_t
 Key handle type.
 
typedef struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t
 Key type descriptor type.
 
typedef const mcuxClKey_TypeDescriptor_tmcuxClKey_Type_t
 Key type handle type.
 
typedef mcuxClKey_TypeDescriptor_tmcuxClKey_CustomType_t
 Custom key type handle type.
 
typedef struct mcuxClKey_ProtectionDescriptor mcuxClKey_ProtectionDescriptor_t
 Key protection mechanism descriptor type.
 
typedef const mcuxClKey_ProtectionDescriptor_tmcuxClKey_Protection_t
 Key protection mechanism type.
 
typedef struct mcuxClKey_GenerationDescriptor mcuxClKey_GenerationDescriptor_t
 Key generation descriptor type.
 
typedef const mcuxClKey_GenerationDescriptor_t *const mcuxClKey_Generation_t
 Key generation type.
 

Detailed Description

Defines all types of mcuxClKey.

Typedef Documentation

◆ mcuxClKey_Status_t

typedef uint32_t mcuxClKey_Status_t

Type for Key component error codes.

◆ mcuxClKey_AlgorithmId_t

typedef uint16_t mcuxClKey_AlgorithmId_t

Type for algorithm based key id.

◆ mcuxClKey_Size_t

typedef uint32_t mcuxClKey_Size_t

Type for algorithm based key size.

◆ mcuxClKey_Status_Protected_t

Deprecated type for Key component error codes, returned by functions with code-flow protection.

◆ mcuxClKey_Descriptor_t

typedef struct mcuxClKey_Descriptor mcuxClKey_Descriptor_t

Key descriptor type.

This type captures all the information that the Key interfaces need to know about a particular Key.

◆ mcuxClKey_Handle_t

◆ mcuxClKey_TypeDescriptor_t

typedef struct mcuxClKey_TypeDescriptor mcuxClKey_TypeDescriptor_t

Key type descriptor type.

This type captures all the information that the Key interfaces need to know about a particular Key type.

◆ mcuxClKey_Type_t

Key type handle type.

This type is used to refer to a key type descriptor.

◆ mcuxClKey_CustomType_t

Custom key type handle type.

This type is used to refer to a custom key type descriptor.

◆ mcuxClKey_ProtectionDescriptor_t

typedef struct mcuxClKey_ProtectionDescriptor mcuxClKey_ProtectionDescriptor_t

Key protection mechanism descriptor type.

This type captures all the information that the Key interfaces need to know about a particular Key protection mechanism.

◆ mcuxClKey_Protection_t

Key protection mechanism type.

This type is used to refer to a Key protection mechanism.

◆ mcuxClKey_GenerationDescriptor_t

typedef struct mcuxClKey_GenerationDescriptor mcuxClKey_GenerationDescriptor_t

Key generation descriptor type.

This type captures all the information that the Key interfaces need to know about a particular Key generation algorithm.

◆ mcuxClKey_Generation_t

Key generation type.

This type is used to refer to a Key generation algorithm.