20 #ifndef MCUXCLKEY_FUNCTIONS_H_ 21 #define MCUXCLKEY_FUNCTIONS_H_ 23 #include <mcuxClConfig.h> 31 #include <mcuxClCore_Buffer.h> 83 uint32_t keyDataLength
mcuxClSession_Descriptor_t *const mcuxClSession_Handle_t
Type for mcuxClSession Handle.
Definition: mcuxClSession_Types.h:124
const mcuxClKey_ProtectionDescriptor_t * mcuxClKey_Protection_t
Key protection mechanism type.
Definition: mcuxClKey_Types.h:140
mcuxClKey_Descriptor_t *const mcuxClKey_Handle_t
Key handle type.
Definition: mcuxClKey_Types.h:87
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:125
uint8_t *const mcuxCl_Buffer_t
Generic buffer typeThis type provides a pointer to the memory location that can be used for both read...
Definition: mcuxClCore_Buffer.h:51
Type for ELS key store key properties.
Definition: mcuxClEls_Types.h:224
Type definitions for the mcuxClSession component.
Definition of function identifiers for the flow protection mechanism.
Top-level include file for the ELS driver.
uint32_t mcuxClKey_Status_t
Type for Key component error codes.
Definition: mcuxClKey_Types.h:46
const uint8_t *const mcuxCl_InputBuffer_t
Input buffer typeThis type provides a pointer to the memory location that should be used to read inpu...
Definition: mcuxClCore_Buffer.h:42
const mcuxClKey_TypeDescriptor_t * mcuxClKey_Type_t
Key type handle type.
Definition: mcuxClKey_Types.h:110
Top-level include file for the mcuxClSession component.
Provides the API for the CSSL flow protection mechanism.
Type definitions for the mcuxClKey component.
MCUX_CSSL_FP_PROTECTED_TYPE(mcuxClKey_Status_t) mcuxClKey_init(mcuxClSession_Handle_t pSession
Initializes a key handle.
Definition: mcuxCsslFlowProtection_example.c:137