Home
last modified time | relevance | path

Searched refs:handshake (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/services/flashd/daemon/
H A Ddaemon.cpp150 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &handshake) in HandDaemonAuth() argument
153 switch (handshake.authType) { in HandDaemonAuth()
156 handshake.authType = AUTH_TOKEN; in HandDaemonAuth()
157 handshake.buf = hSession->tokenRSA; in HandDaemonAuth()
158 string bufString = SerialStruct::SerializeToString(handshake); in HandDaemonAuth()
172 (uint8_t *)handshake.buf.c_str(), handshake.buf.size())) { in HandDaemonAuth()
174 handshake.authType = AUTH_TOKEN; in HandDaemonAuth()
175 handshake.buf = hSession->tokenRSA; in HandDaemonAuth()
176 string bufString = SerialStruct::SerializeToString(handshake); in HandDaemonAuth()
199 SessionHandShake handshake; DaemonSessionHandshake() local
[all...]

Completed in 1 milliseconds