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 | 42 static int32_t ParseHttpsRespIntPara(const char *respMsg, int32_t httpType, int32_t *intPara) in ParseHttpsRespIntPara() 90 int32_t ParseHttpsResp(const char *respMsg, char **outBody) in ParseHttpsResp()
|
| /test/xts/device_attest_lite/services/core/attest/ |
| D | attest_service_reset.c | 64 int32_t SendResetMsg(const DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
|
| D | attest_service_challenge.c | 68 static int32_t SendChallMsg(const DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE ac… in SendChallMsg() 157 char* respMsg = NULL; in SetChallenge() local
|
| D | attest_service_active.c | 77 int32_t SendActiveMsg(const DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
|
| 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_auth.c | 891 int32_t SendAuthMsg(const DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
|
| /test/xts/device_attest/services/core/attest/ |
| D | attest_service_reset.c | 64 int32_t SendResetMsg(DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
|
| D | attest_service_challenge.c | 68 static int32_t SendChallMsg(DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE action) in SendChallMsg() 157 char* respMsg = NULL; in SetChallenge() local
|
| D | attest_service_active.c | 77 int32_t SendActiveMsg(DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
|
| D | attest_service.c | 64 char* respMsg = NULL; in ResetDevice() local 109 char* respMsg = NULL; in AuthDevice() local 159 char* respMsg = NULL; in ActiveToken() local
|
| D | attest_service_auth.c | 868 int32_t SendAuthMsg(DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
|
| /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_lite/test/tdd/gtest/ |
| D | attest_tdd_test.cpp | 264 char* respMsg = NULL; variable 468 char* respMsg = NULL; variable
|
| /test/xts/device_attest/services/core/network/ |
| D | attest_network.c | 929 static int32_t ParseHttpsRespIntPara(char *respMsg, int32_t httpType, int32_t *intPara) in ParseHttpsRespIntPara() 980 static int32_t ParseHttpsResp(char *respMsg, char **outBody) in ParseHttpsResp()
|