/base/security/device_auth/services/session_manager/src/ |
H A D | dev_session_mgr.c | 182 int32_t ProcessDevSession(int64_t sessionId, const CJson *receviedMsg, bool *isFinish) in ProcessDevSession() argument
|
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/ |
H A D | auth_sub_session.c | 77 static int32_t ProcessAuthSubSession(AuthSubSession *self, const CJson *receviedMsg, CJson **returnSendMsg) in ProcessAuthSubSession() argument
|
/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 285 static int32_t ParseAllRecvEvent(SessionImpl *impl, const CJson *receviedMsg) in ParseAllRecvEvent() argument 319 static bool IsV1SessionMsg(const CJson *receviedMsg) in IsV1SessionMsg() argument 324 static int32_t AddChannelInfoToParams(SessionImpl *impl, CJson *receviedMsg) in AddChannelInfoToParams() argument 347 static int32_t CombindServerBindParams(SessionImpl *impl, CJson *receviedMsg) in CombindServerBindParams() argument 367 CombindServerAuthParams(SessionImpl *impl, CJson *receviedMsg) CombindServerAuthParams() argument 380 AddConfirmationToParams(const CJson *context, CJson *receviedMsg) AddConfirmationToParams() argument 391 CombineServerParams(SessionImpl *impl, bool isBind, CJson *receviedMsg) CombineServerParams() argument 404 InitServerV1Session(SessionImpl *impl, const CJson *receviedMsg) InitServerV1Session() argument 422 ProcV1SessionMsg(SessionImpl *impl, const CJson *receviedMsg, bool *isFinish) ProcV1SessionMsg() argument 443 HasNextAuthGroup(const CJson *receviedMsg) HasNextAuthGroup() argument 448 GenerateErrorReturn(const CJson *receviedMsg, char **errorReturn) GenerateErrorReturn() argument 488 OnV1SessionError(SessionImpl *impl, int32_t errorCode, const CJson *receviedMsg) OnV1SessionError() argument 499 ProcV1Session(SessionImpl *impl, const CJson *receviedMsg, bool *isFinish) ProcV1Session() argument 560 ProcV2Session(SessionImpl *impl, const CJson *receviedMsg, bool *isFinish) ProcV2Session() argument 592 ProcessSession(DevSession *self, const CJson *receviedMsg, bool *isFinish) ProcessSession() argument [all...] |
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | auth_code_import.c | 444 static int32_t DecodeEvent(const CJson *receviedMsg) in DecodeEvent() argument 461 static int32_t SwitchState(BaseCmd *self, const CJson *receviedMsg, CJson **returnSendMsg, CmdState *returnState) in SwitchState() argument 496 static int32_t ProcessAuthCodeImportCmd(BaseCmd *self, const CJson *receviedMsg, in ProcessAuthCodeImportCmd() argument [all...] |
H A D | pub_key_exchange.c | 609 static int32_t DecodeEvent(const CJson *receviedMsg) in DecodeEvent() argument 626 static int32_t SwitchState(BaseCmd *self, const CJson *receviedMsg, CJson **returnSendMsg, CmdState *returnState) in SwitchState() argument 661 static int32_t ProcessPubKeyExchangeCmd(BaseCmd *self, const CJson *receviedMsg, in ProcessPubKeyExchangeCmd() argument [all...] |
H A D | save_trusted_info.c | 713 static int32_t DecodeEvent(const CJson *receviedMsg) in DecodeEvent() argument 730 static int32_t SwitchState(BaseCmd *self, const CJson *receviedMsg, CJson **returnSendMsg, CmdState *returnState) in SwitchState() argument 765 static int32_t ProcessSaveTrustedInfoCmd(BaseCmd *self, const CJson *receviedMsg, in ProcessSaveTrustedInfoCmd() argument [all...] |
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/ |
H A D | expand_sub_session.c | 142 static int32_t GetRecvEncData(const CJson *receviedMsg, Uint8Buff *recvEncData) in GetRecvEncData() argument 167 static int32_t GetRecvCmdList(ExpandSubSessionImpl *impl, const CJson *receviedMsg, CJson **cmdList) in GetRecvCmdList() argument 272 static int32_t ProcAllRecvCmds(ExpandSubSessionImpl *impl, const CJson *receviedMsg, CJson *sendCmdList) in ProcAllRecvCmds() argument 450 static int32_t ProcessExpandSubSession(ExpandSubSession *self, const CJson *receviedMsg, in ProcessExpandSubSession() argument
|
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | dl_speke_protocol.c | 966 static int32_t DecodeEvent(const CJson *receviedMsg) in DecodeEvent() argument 983 static int32_t DlSpekeProtocolSwitchState(BaseProtocol *self, const CJson *receviedMsg, CJson **returnSendMsg) in DlSpekeProtocolSwitchState() argument 1016 static int32_t ProcessDlSpekeProtocol(BaseProtocol *self, const CJson *receviedMsg, CJson **returnSendMsg) in ProcessDlSpekeProtocol() argument [all...] |
H A D | ec_speke_protocol.c | 961 static int32_t DecodeEvent(const CJson *receviedMsg) in DecodeEvent() argument 978 static int32_t EcSpekeProtocolSwitchState(BaseProtocol *self, const CJson *receviedMsg, CJson **returnSendMsg) in EcSpekeProtocolSwitchState() argument 1011 static int32_t ProcessEcSpekeProtocol(BaseProtocol *self, const CJson *receviedMsg, CJson **returnSendMsg) in ProcessEcSpekeProtocol() argument [all...] |
H A D | iso_protocol.c | 705 static int32_t DecodeEvent(const CJson *receviedMsg) in DecodeEvent() argument 722 static int32_t IsoProtocolSwitchState(BaseProtocol *self, const CJson *receviedMsg, CJson **returnSendMsg) in IsoProtocolSwitchState() argument 755 ProcessIsoProtocol(BaseProtocol *self, const CJson *receviedMsg, CJson **returnSendMsg) ProcessIsoProtocol() argument [all...] |
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 1869 static int32_t ProcAuthSubSessionMsg(AuthSubSession *authSubSession, const CJson *receviedMsg, CJson *sessionMsg, in ProcAuthSubSessionMsg() argument
|