Home
last modified time | relevance | path

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 Ddas_task_common.h41 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 Dpake_v1_server_protocol_task.c214 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 Diso_server_protocol_task.c235 res = ServerProtocolMessageOut(out, params->opCode, step); in Process()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c140 int ServerProtocolMessageOut(CJson *out, int opCode, uint32_t step) in ServerProtocolMessageOut() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1367 int res = ServerProtocolMessageOut(nullptr, 0, 0);
1372 res = ServerProtocolMessageOut(out, CODE_NULL, 0);