Searched defs:handshake (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | daemon.cpp | 462 …aemon::HandDaemonAuthInit(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 485 …mon::HandDaemonAuthPubkey(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 689 …::HandDaemonAuthSignature(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 722 …HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 760 void HdcDaemon::GetServerCapability(HSession &hSession, SessionHandShake &handshake) in InitMod() 782 void HdcDaemon::DaemonSessionHandshakeInit(HSession &hSession, SessionHandShake &handshake) in InitMod() 814 …aemon::DaemonSSLHandshake(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in InitMod() 865 SessionHandShake handshake; in InitMod() local 1212 void HdcDaemon::SendAuthOkMsg(SessionHandShake &handshake, uint32_t channelid, in InitMod() 1240 void HdcDaemon::SendAuthSignMsg(SessionHandShake &handshake, in InitMod() [all …]
|
| /developtools/hdc/hdc_rust/src/host/ |
| D | auth.rs | 39 let handshake = SessionHandShake { in start_handshake_with_daemon() localVariable 141 let handshake = SessionHandShake { in handshake_task() localVariable 154 let handshake = SessionHandShake { in handshake_task() localVariable
|
| D | client.rs | 152 pub async fn handshake(&mut self) -> io::Result<()> { in handshake() method
|
| /developtools/hdc/src/host/ |
| D | server.cpp | 448 void HdcServer::GetDaemonAuthType(HSession hSession, SessionHandShake &handshake) in GetDaemonAuthType() 472 bool HdcServer::HandServerAuth(HSession hSession, SessionHandShake &handshake) in HandServerAuth() 520 void HdcServer::UpdateHdiInfo(Hdc::HdcSessionBase::SessionHandShake &handshake, HSession &hSession) in UpdateHdiInfo() 575 bool HdcServer::ServerSSLHandshake(HSession hSession, SessionHandShake &handshake) in ServerSSLHandshake() 619 bool HdcServer::ServerSessionSSLInit(HSession hSession, SessionHandShake &handshake) in ServerSessionSSLInit() 674 Hdc::HdcSessionBase::SessionHandShake handshake; in ServerSessionHandshake() local
|
| /developtools/hdc/src/common/ |
| D | session.cpp | 1177 void HdcSessionBase::SetFeature(SessionHandShake &handshake) in SetFeature() 1195 void HdcSessionBase::WorkThreadInitSession(HSession hSession, SessionHandShake &handshake) in WorkThreadInitSession() 1248 SessionHandShake handshake = {}; in WorkThreadStartSession() local
|
| D | channel.cpp | 46 struct ChannelHandShake handshake = {}; in GetChannelHandshake() local
|