Home
last modified time | relevance | path

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

/test/xts/acts/applications/kitframework_ipcamera/
H A Dkitfwk_oem_api_test.cpp292 char acKey[ACKEY_LEN]; in HWTEST_F() local
293 unsigned int len = sizeof(acKey); in HWTEST_F()
294 int ret = GetAcKey(acKey, len); in HWTEST_F()
/test/xts/device_attest/services/core/adapter/
H A Dattest_adapter_mock.c242 int OsGetAcKeyStub(char *acKey, unsigned int len) in OsGetAcKeyStub() argument
244 if ((acKey == NULL) || (len == 0)) { in OsGetAcKeyStub()
252 int ret = HEXStringToAscii(manufacturekeyBuf, strlen(manufacturekeyBuf), acKey, len); in OsGetAcKeyStub()
/test/xts/device_attest_lite/services/core/adapter/
H A Dattest_adapter_mock.c241 int OsGetAcKeyStub(char *acKey, unsigned int len) in OsGetAcKeyStub() argument
243 if ((acKey == NULL) || (len == 0)) { in OsGetAcKeyStub()
251 int ret = HEXStringToAscii(manufacturekeyBuf, strlen(manufacturekeyBuf), acKey, len); in OsGetAcKeyStub()
/test/xts/acts/applications/kitframework/
H A Dkitfwk_oem_api_test.c302 char acKey[ACKEY_LEN]; variable
303 unsigned int len = sizeof(acKey);
304 int ret = GetAcKey(acKey, len);
/test/xts/device_attest/services/core/include/adapter/
H A Dattest_adapter_mock.h74 int OsGetAcKeyStub(char *acKey, unsigned int len);
/test/xts/device_attest_lite/services/core/include/adapter/
H A Dattest_adapter_mock.h74 int OsGetAcKeyStub(char *acKey, unsigned int len);

Completed in 3 milliseconds