Home
last modified time | relevance | path

Searched refs:OEMWriteAuthStatus (Results 1 – 9 of 9) sorted by relevance

/test/xts/device_attest_lite/services/core/include/adapter/
Dattest_adapter_oem.h43 int32_t OEMWriteAuthStatus(const char* data, uint32_t len);
/test/xts/device_attest/services/core/include/adapter/
Dattest_adapter_oem.h44 int32_t OEMWriteAuthStatus(const char* data, uint32_t len);
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter.c46 return OEMWriteAuthStatus(data, len); in AttestWriteAuthStatus()
Dattest_adapter_oem.c49 int32_t OEMWriteAuthStatus(const char* data, uint32_t len) in OEMWriteAuthStatus() function
/test/xts/device_attest/services/core/adapter/
Dattest_adapter.c47 return OEMWriteAuthStatus(data, len); in AttestWriteAuthStatus()
Dattest_adapter_oem.c49 int32_t OEMWriteAuthStatus(const char* data, uint32_t len) in OEMWriteAuthStatus() function
/test/xts/device_attest/test/fuzztest/devattestadapteroem_fuzzer/
Ddevattestadapteroem_fuzzer.cpp70 (void)OEMWriteAuthStatus(reinterpret_cast<const char *>(data + g_baseFuzzPos), len); in OEMWriteData()
/test/xts/acts/applications/kitframework_ipcamera/
Dkitfwk_oem_api_test.cpp160 int ret = OEMWriteAuthStatus(TEST_AUTH_STATUS, len);
/test/xts/acts/applications/kitframework/
Dkitfwk_oem_api_test.c167 int ret = OEMWriteAuthStatus(TEST_AUTH_STATUS, len);