Searched defs:respMsg (Results 1 – 13 of 13) sorted by relevance
| /test/xts/device_attest_lite/services/core/attest/ |
| D | attest_service_challenge.c | 63 static int32_t SendChallMsg(const DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE ac… in SendChallMsg() 129 char* respMsg = NULL; in SetChallenge() local
|
| D | attest_service_reset.c | 62 int32_t SendResetMsg(const DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
|
| D | attest_service_active.c | 75 int32_t SendActiveMsg(const DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
|
| D | attest_service.c | 90 char* respMsg = NULL; in ResetDevice() local 135 char* respMsg = NULL; in AuthDevice() local 185 char* respMsg = NULL; in ActiveToken() local
|
| D | attest_service_auth.c | 859 int32_t SendAuthMsg(const DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
|
| /test/xts/device_attest/services/core/attest/ |
| D | attest_service_challenge.c | 63 static int32_t SendChallMsg(DevicePacket* devicePacket, char** respMsg, ATTEST_ACTION_TYPE action) in SendChallMsg() 129 char* respMsg = NULL; in SetChallenge() local
|
| D | attest_service_reset.c | 62 int32_t SendResetMsg(DevicePacket* devicePacket, char** respMsg) in SendResetMsg()
|
| D | attest_service_active.c | 75 int32_t SendActiveMsg(DevicePacket* devicePacket, char** respMsg) in SendActiveMsg()
|
| D | attest_service.c | 62 char* respMsg = NULL; in ResetDevice() local 107 char* respMsg = NULL; in AuthDevice() local 157 char* respMsg = NULL; in ActiveToken() local
|
| D | attest_service_auth.c | 839 int32_t SendAuthMsg(DevicePacket* devicePacket, char** respMsg) in SendAuthMsg()
|
| /test/xts/device_attest/services/core/adapter/ |
| D | attest_adapter_mock.c | 51 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub() 67 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub()
|
| /test/xts/device_attest_lite/services/core/adapter/ |
| D | attest_adapter_mock.c | 51 int32_t SendChallMsgStub(ATTEST_ACTION_TYPE actionType, char** respMsg) in SendChallMsgStub() 67 int32_t SendDevAttestStub(ATTEST_ACTION_TYPE actionType, char **respMsg) in SendDevAttestStub()
|
| /test/xts/device_attest/services/core/network/ |
| D | attest_network.c | 866 static int32_t ParseHttpsRespIntPara(char *respMsg, int32_t httpType, int32_t *intPara) in ParseHttpsRespIntPara() 909 static int32_t ParseHttpsResp(char *respMsg, char **outBody) in ParseHttpsResp()
|