Searched defs:respMsg (Results 1 – 15 of 15) sorted by relevance
| /test/xts/device_attest/test/fuzztest/devattestcorenetwork_fuzzer/ |
| D | devattest_core_network_fuzz.c | 56 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/ |
| D | attest_service_challenge.c | 68 static int32_t SendChallMsg(const DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE ac… in SendChallMsg() 159 char* respMsg = NULL; in SetChallenge() local
|
| D | attest_service_reset.c | 64 int32_t SendResetMsg(const DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
|
| D | attest_service.c | 92 char* respMsg = NULL; in ResetDevice() local 137 char* respMsg = NULL; in AuthDevice() local 187 char* respMsg = NULL; in ActiveToken() local
|
| D | attest_service_active.c | 77 int32_t SendActiveMsg(const DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
|
| D | attest_service_auth.c | 895 int32_t SendAuthMsg(const DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
|
| /test/xts/device_attest/services/core/attest/ |
| D | attest_service_challenge.c | 68 static int32_t SendChallMsg(DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE action) in SendChallMsg() 159 char* respMsg = NULL; in SetChallenge() local
|
| D | attest_service_reset.c | 64 int32_t SendResetMsg(DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
|
| D | attest_service_active.c | 77 int32_t SendActiveMsg(DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
|
| D | attest_service.c | 127 char* respMsg = NULL; in ResetDevice() local 172 char* respMsg = NULL; in AuthDevice() local 222 char* respMsg = NULL; in ActiveToken() local
|
| D | attest_service_auth.c | 875 int32_t SendAuthMsg(DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
|
| /test/xts/device_attest_lite/test/tdd/gtest/src/ |
| D | attest_tdd_test.cpp | 565 char* respMsg = nullptr; variable 596 char* respMsg = nullptr; variable
|
| /test/xts/device_attest_lite/services/core/adapter/ |
| D | attest_adapter_mock.c | 54 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/ |
| D | attest_adapter_mock.c | 54 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/ |
| D | attest_network.c | 1001 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()
|