17 #ifndef MCUXCLCIPHER_FUNCTIONS_H_ 18 #define MCUXCLCIPHER_FUNCTIONS_H_ 20 #include <mcuxClConfig.h> 24 #include <mcuxClCore_Platform.h> 25 #include <mcuxClCore_Buffer.h> 89 uint32_t *
const pOutLength
158 uint32_t *
const pOutLength
184 uint32_t *
const pOutLength
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
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:125
uint32_t mcuxClCipher_Status_t
Cipher status code.
Definition: mcuxClCipher_Types.h:108
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
MCUX_CSSL_FP_PROTECTED_TYPE(mcuxClCipher_Status_t) mcuxClCipher_crypt(mcuxClSession_Handle_t session
One-shot encryption/decryption function.
Definition: mcuxCsslFlowProtection_example.c:137
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
const mcuxClCipher_ModeDescriptor_t *const mcuxClCipher_Mode_t
Cipher mode/algorithm type.
Definition: mcuxClCipher_Types.h:61
Type definitions for the mcuxClKey component.
struct mcuxClCipher_Context mcuxClCipher_Context_t
Cipher context type.
Definition: mcuxClCipher_Types.h:100
Type definitions for the mcuxClCipher component.