55d1194c6c587194783a7510d4fb829b36076990
[platform/core/security/dukgenerator.git] / inc / dukgen.h
1 #ifndef _DUK_GENERATOR_H_
2 #define _DUK_GENERATOR_H_
3
4 #ifdef __cplusplus
5 extern "C"
6 {
7 #endif
8
9 __attribute__((visibility("hidden")))
10 char* GetDeviceUniqueKey(char* pAppId, int idLen, int keyLen);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif //_DUK_GENERATOR_H_
17
18
19