Home
last modified time | relevance | path

Searched defs:respMsg (Results 1 – 15 of 15) sorted by relevance

/test/xts/device_attest/test/fuzztest/devattestcorenetwork_fuzzer/
Ddevattest_core_network_fuzz.c56 static int32_t ParseHttpsRespIntPara(char *respMsg, int32_t httpType, int32_t *intPara) in ParseHttpsRespIntPara()
100 int32_t ParseHttpsResp(char *respMsg, char **outBody) in ParseHttpsResp()
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_challenge.c68 static int32_t SendChallMsg(const DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE ac… in SendChallMsg()
159 char* respMsg = NULL; in SetChallenge() local
Dattest_service_reset.c64 int32_t SendResetMsg(const DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
Dattest_service.c92 char* respMsg = NULL; in ResetDevice() local
137 char* respMsg = NULL; in AuthDevice() local
187 char* respMsg = NULL; in ActiveToken() local
Dattest_service_active.c77 int32_t SendActiveMsg(const DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
Dattest_service_auth.c895 int32_t SendAuthMsg(const DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
/test/xts/device_attest/services/core/attest/
Dattest_service_challenge.c68 static int32_t SendChallMsg(DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE action) in SendChallMsg()
159 char* respMsg = NULL; in SetChallenge() local
Dattest_service_reset.c64 int32_t SendResetMsg(DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
Dattest_service_active.c77 int32_t SendActiveMsg(DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
Dattest_service.c127 char* respMsg = NULL; in ResetDevice() local
172 char* respMsg = NULL; in AuthDevice() local
222 char* respMsg = NULL; in ActiveToken() local
Dattest_service_auth.c875 int32_t SendAuthMsg(DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
/test/xts/device_attest_lite/test/tdd/gtest/src/
Dattest_tdd_test.cpp565 char* respMsg = nullptr; variable
596 char* respMsg = nullptr; variable
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_mock.c54 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub()
70 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub()
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_mock.c54 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub()
70 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub()
/test/xts/device_attest/services/core/network/
Dattest_network.c1001 static int32_t ParseHttpsRespIntPara(char *respMsg, int32_t httpType, int32_t *intPara) in ParseHttpsRespIntPara()
1042 static int32_t ParseHttpsResp(char *respMsg, char **outBody) in ParseHttpsResp()