19 #ifndef MCUXCLMAC_FUNCTIONS_H_ 20 #define MCUXCLMAC_FUNCTIONS_H_ 22 #include <mcuxClConfig.h> 26 #include <mcuxClCore_Platform.h> 27 #include <mcuxClCore_Buffer.h> 92 uint32_t *
const pMacLength
225 uint32_t *
const pMacLength
mcuxClSession_Descriptor_t *const mcuxClSession_Handle_t
Type for mcuxClSession Handle.
Definition: mcuxClSession_Types.h:124
mcuxClKey_Descriptor_t *const mcuxClKey_Handle_t
Key handle type.
Definition: mcuxClKey_Types.h:87
uint32_t mcuxClMac_Status_t
Type for Mac component error codes.
Definition: mcuxClMac_Types.h:44
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:125
struct mcuxClMac_Context mcuxClMac_Context_t
Mac context type.
Definition: mcuxClMac_Types.h:95
const mcuxClMac_ModeDescriptor_t *const mcuxClMac_Mode_t
MAC mode/algorithm type.
Definition: mcuxClMac_Types.h:67
Type definitions for the mcuxClMac component.
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 definitions for the mcuxClSession component.
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
Type definitions for the mcuxClKey component.
MCUX_CSSL_FP_PROTECTED_TYPE(mcuxClMac_Status_t) mcuxClMac_compute(mcuxClSession_Handle_t session
One-shot message authentication code (MAC) computation function.
Definition: mcuxCsslFlowProtection_example.c:137