Searched refs:HandDaemonAuth (Results 1 – 2 of 2) sorted by relevance
51 bool HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &handshake);
201 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &hands… in HandDaemonAuth() function in Hdc::HdcDaemon287 if (enableSecure && !HandDaemonAuth(hSession, channelId, handshake)) { in DaemonSessionHandshake()