Type definitions for the mcuxClKey component. More...
#include <stdint.h>#include <stdbool.h>#include <mcuxClConfig.h>#include <mcuxCsslFlowProtection.h>#include <mcuxClCore_FunctionIdentifiers.h>#include <mcuxClCore_Buffer.h>Go to the source code of this file.
Typedefs | |
| typedef uint32_t | mcuxClKey_Status_t |
| Type for Key component error codes. More... | |
| typedef uint16_t | mcuxClKey_AlgorithmId_t |
| Type for algorithm based key id. More... | |
| typedef uint32_t | mcuxClKey_Size_t |
| Type for algorithm based key size. More... | |
| typedef struct mcuxClKey_Descriptor | mcuxClKey_Descriptor_t |
| Key descriptor type. More... | |
| typedef mcuxClKey_Descriptor_t *const | mcuxClKey_Handle_t |
| Key handle type. More... | |
| typedef struct mcuxClKey_TypeDescriptor | mcuxClKey_TypeDescriptor_t |
| Key type descriptor type. More... | |
| typedef const mcuxClKey_TypeDescriptor_t * | mcuxClKey_Type_t |
| Key type handle type. More... | |
| typedef mcuxClKey_TypeDescriptor_t * | mcuxClKey_CustomType_t |
| Custom key type handle type. More... | |
| typedef struct mcuxClKey_ProtectionDescriptor | mcuxClKey_ProtectionDescriptor_t |
| Key protection mechanism descriptor type. More... | |
| typedef const mcuxClKey_ProtectionDescriptor_t * | mcuxClKey_Protection_t |
| Key protection mechanism type. More... | |
| typedef struct mcuxClKey_GenerationDescriptor | mcuxClKey_GenerationDescriptor_t |
| Key generation descriptor type. More... | |
| typedef const mcuxClKey_GenerationDescriptor_t *const | mcuxClKey_Generation_t |
| Key generation type. More... | |
Functions | |
| typedef | MCUX_CSSL_FP_PROTECTED_TYPE (mcuxClKey_Status_t) mcuxClKey_Status_Protected_t |
| Deprecated type for Key component error codes, returned by functions with code-flow protection. More... | |
Type definitions for the mcuxClKey component.