import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / masp / mt8127 / mach / mtee / hacc_hk.c
1 //#include <mach/mt_sec_hal.h>
2 #include "sec_error.h"
3 #include "sec_typedef.h"
4 //#include "../hacc_mach.h"
5
6 /******************************************************************************
7 * DEBUG
8 ******************************************************************************/
9 #define SEC_DEBUG (FALSE)
10 #define SMSG DBG_MSG
11 #if SEC_DEBUG
12 #define DMSG DBG_MSG
13 #else
14 #define DMSG
15 #endif
16
17 /******************************************************************************
18 * HACC HW internal function
19 ******************************************************************************/
20 void HACC_V3_Init(bool encode, const uint32 g_AC_CFG[])
21 {
22 //
23 }
24
25 void HACC_V3_Run(volatile uint32 *p_src, uint32 src_len, volatile uint32 *p_dst)
26 {
27 //
28 }
29
30 void HACC_V3_Terminate(void)
31 {
32 //
33 }