Home
last modified time | relevance | path

Searched refs:manufacturekeyBuf (Results 1 - 3 of 3) sorted by relevance

/test/xts/device_attest/services/core/adapter/
H A Dattest_adapter_mock.c248 char *manufacturekeyBuf = GetDeviceParaStub("manuKey"); in OsGetAcKeyStub() local
249 if (manufacturekeyBuf == NULL) { in OsGetAcKeyStub()
252 int ret = HEXStringToAscii(manufacturekeyBuf, strlen(manufacturekeyBuf), acKey, len); in OsGetAcKeyStub()
253 ATTEST_MEM_FREE(manufacturekeyBuf); in OsGetAcKeyStub()
/test/xts/device_attest_lite/services/core/adapter/
H A Dattest_adapter_mock.c247 char *manufacturekeyBuf = GetDeviceParaStub("manuKey"); in OsGetAcKeyStub() local
248 if (manufacturekeyBuf == NULL) { in OsGetAcKeyStub()
251 int ret = HEXStringToAscii(manufacturekeyBuf, strlen(manufacturekeyBuf), acKey, len); in OsGetAcKeyStub()
252 ATTEST_MEM_FREE(manufacturekeyBuf); in OsGetAcKeyStub()
/test/xts/device_attest/services/oem_adapter/src/
H A Ddevice_attest_oem_adapter.c193 const char manufacturekeyBuf[] = { in OEMGetManufacturekey() local
198 uint32_t manufacturekeyBufLen = sizeof(manufacturekeyBuf); in OEMGetManufacturekey()
203 int32_t ret = memcpy_s(manufacturekey, len, manufacturekeyBuf, manufacturekeyBufLen); in OEMGetManufacturekey()

Completed in 3 milliseconds