Searched refs:ServerProtocolMessageOut (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
H A D | das_task_common.h | 41 int ServerProtocolMessageOut(CJson *out, int opCode, uint32_t step);
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
H A D | pake_v1_server_protocol_task.c | 214 res = ServerProtocolMessageOut(out, params->opCode, step); in Process()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/ |
H A D | iso_server_protocol_task.c | 235 res = ServerProtocolMessageOut(out, params->opCode, step); in Process()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_task_common.c | 140 int ServerProtocolMessageOut(CJson *out, int opCode, uint32_t step) in ServerProtocolMessageOut() function
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 1367 int res = ServerProtocolMessageOut(nullptr, 0, 0); 1372 res = ServerProtocolMessageOut(out, CODE_NULL, 0);
|