12 #include "xpresent_hw.h" 14 #define XPRESENT_ENCRYPT XPRESENT_STATUS_NULL_MASK 15 #define XPRESENT_DECRYPT XPRESENT_STATUS_INV_MASK 38 void XPRESENT_Reset(
const XPRESENT *InstancePtr, u32 Mode);
44 void XPRESENT_SetInput(
const XPRESENT *InstancePtr,
const u32 Data[]);
50 void XPRESENT_SetKey(
const XPRESENT *InstancePtr,
const u32 Data[]);
56 void XPRESENT_GetInput(
const XPRESENT *InstancePtr, u32 Data[]);
62 void XPRESENT_GetKey(
const XPRESENT *InstancePtr, u32 Data[]);
68 void XPRESENT_GetOutput(
const XPRESENT *InstancePtr, u32 Data[]);
73 void XPRESENT_Run(
const XPRESENT *InstancePtr);
Definition: xpresent.h:23
Definition: xpresent.h:17