Searched refs:acKey (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/applications/kitframework_ipcamera/ |
H A D | kitfwk_oem_api_test.cpp | 292 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 D | attest_adapter_mock.c | 242 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 D | attest_adapter_mock.c | 241 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 D | kitfwk_oem_api_test.c | 302 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 D | attest_adapter_mock.h | 74 int OsGetAcKeyStub(char *acKey, unsigned int len);
|
/test/xts/device_attest_lite/services/core/include/adapter/ |
H A D | attest_adapter_mock.h | 74 int OsGetAcKeyStub(char *acKey, unsigned int len);
|
Completed in 3 milliseconds