Defines all types of mcuxClKey. More...
Data Structures | |
| struct | mcuxClKey_Agreement_AdditionalInput |
| Key agreement additional input pointers. More... | |
Typedefs | |
| typedef uint32_t | mcuxClKey_Status_t |
| Type for Key component error codes. | |
| typedef uint32_t | mcuxClKey_AlgorithmId_t |
| Type for algorithm based key id. | |
| typedef uint32_t | mcuxClKey_Size_t |
| Type for algorithm based key size. | |
| typedef uint32_t | mcuxClKey_Encoding_Spec_t |
| Type for encoding based key id. | |
| typedef mcuxClKey_Status_t | mcuxClKey_Status_Encoded_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_t * | mcuxClKey_Type_t |
| Key type handle type. | |
| typedef mcuxClKey_TypeDescriptor_t * | mcuxClKey_CustomType_t |
| Custom key type handle type. | |
| typedef struct mcuxClKey_EncodingDescriptor | mcuxClKey_EncodingDescriptor_t |
| Key encoding mechanism descriptor type. | |
| typedef const mcuxClKey_EncodingDescriptor_t * | mcuxClKey_Encoding_t |
| Key encoding mechanism type. | |
| typedef struct mcuxClKey_Agreement_AdditionalInput | mcuxClKey_Agreement_AdditionalInput_t |
| typedef struct mcuxClKey_AgreementDescriptor | mcuxClKey_AgreementDescriptor_t |
| Key agreement descriptor type. | |
| typedef const mcuxClKey_AgreementDescriptor_t *const | mcuxClKey_Agreement_t |
| Key agreement type. | |
| typedef struct mcuxClKey_GenerationDescriptor | mcuxClKey_GenerationDescriptor_t |
| Key generation descriptor type. | |
| typedef const mcuxClKey_GenerationDescriptor_t *const | mcuxClKey_Generation_t |
| Key generation type. | |
| typedef struct mcuxClKey_ValidationDescriptor | mcuxClKey_ValidationDescriptor_t |
| Generic key validation descriptor type. | |
| typedef const mcuxClKey_ValidationDescriptor_t *const | mcuxClKey_Validation_t |
| Generic key validation type. | |
Defines all types of mcuxClKey.
| typedef uint32_t mcuxClKey_Status_t |
Type for Key component error codes.
| typedef uint32_t mcuxClKey_AlgorithmId_t |
Type for algorithm based key id.
| typedef uint32_t mcuxClKey_Size_t |
Type for algorithm based key size.
| typedef uint32_t mcuxClKey_Encoding_Spec_t |
Type for encoding based key id.
Deprecated type for Key component error codes, returned by functions with code-flow protection.
| 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.
| typedef mcuxClKey_Descriptor_t* const mcuxClKey_Handle_t |
Key handle type.
This type is used to refer to the opaque key descriptor, the pointer must be word-aligned.
| 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.
| typedef const mcuxClKey_TypeDescriptor_t* mcuxClKey_Type_t |
Key type handle type.
This type is used to refer to a key type descriptor.
Custom key type handle type.
This type is used to refer to a custom key type descriptor.
| typedef struct mcuxClKey_EncodingDescriptor mcuxClKey_EncodingDescriptor_t |
Key encoding mechanism descriptor type.
This type captures all the information that the Key interfaces need to know about a particular Key encoding mechanism.
| typedef const mcuxClKey_EncodingDescriptor_t* mcuxClKey_Encoding_t |
Key encoding mechanism type.
This type is used to refer to a Key encoding mechanism.
| typedef struct mcuxClKey_AgreementDescriptor mcuxClKey_AgreementDescriptor_t |
Key agreement descriptor type.
This type captures all the information that the Key interfaces need to know about a particular Key agreement algorithm.
| typedef const mcuxClKey_AgreementDescriptor_t* const mcuxClKey_Agreement_t |
Key agreement type.
This type is used to refer to a Key agreement algorithm.
| 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.
| typedef const mcuxClKey_GenerationDescriptor_t* const mcuxClKey_Generation_t |
Key generation type.
This type is used to refer to a Key generation algorithm.
| typedef struct mcuxClKey_ValidationDescriptor mcuxClKey_ValidationDescriptor_t |
Generic key validation descriptor type.
| typedef const mcuxClKey_ValidationDescriptor_t* const mcuxClKey_Validation_t |
Generic key validation type.