Home
last modified time | relevance | path

Searched refs:acKey (Results 1 - 7 of 7) sorted by relevance

/base/startup/init/interfaces/hals/utils/token/
H A Dhal_token.c36 __attribute__((weak)) static int OEMGetAcKey(char* acKey, unsigned int len) in OEMGetAcKey() argument
39 (void)(acKey); in OEMGetAcKey()
78 __attribute__((weak)) int HalGetAcKey(char* acKey, unsigned int len) in HalGetAcKey() argument
80 if (acKey == NULL) { in HalGetAcKey()
84 return OEMGetAcKey(acKey, len); in HalGetAcKey()
/base/startup/init/interfaces/innerkits/token/src/token_impl_hal/
H A Dtoken.c41 int GetAcKey(char *acKey, unsigned int len) in GetAcKey() argument
43 if (acKey == NULL) { in GetAcKey()
44 HILOG_ERROR(HILOG_MODULE_HIVIEW, "acKey is nullptr"); in GetAcKey()
48 return HalGetAcKey(acKey, len); in GetAcKey()
/base/startup/init/interfaces/innerkits/token/src/token_impl_posix/
H A Dtoken.c80 int GetAcKey(char *acKey, unsigned int len) in GetAcKey() argument
82 if (acKey == NULL) { in GetAcKey()
83 HILOG_ERROR(HILOG_MODULE_HIVIEW, "acKey is nullptr"); in GetAcKey()
91 return HalGetAcKey(acKey, len); in GetAcKey()
/base/startup/init/test/unittest/token/
H A Dtoken_unittest.cpp63 char *acKey; in HWTEST_F() local
65 int ret = HalGetAcKey(acKey, len); in HWTEST_F()
/base/startup/init/interfaces/innerkits/include/token/
H A Dtoken.h48 * @param acKey The acKey value, len The acKey len.
51 int GetAcKey(char *acKey, unsigned int len);
/base/startup/init/interfaces/hals/
H A Dhal_token.h53 * @param acKey the result acKey, if get successfully.
54 * @param len length of the acKey.
57 int HalGetAcKey(char *acKey, unsigned int len);
/base/startup/init/interfaces/innerkits/token/
H A Dhal_token.h53 * @param acKey the result acKey, if get successfully.
54 * @param len length of the acKey.
57 int HalGetAcKey(char *acKey, unsigned int len);

Completed in 5 milliseconds