Home
last modified time | relevance | path

Searched refs:tokenRSA (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon.cpp206 hSession->tokenRSA = Base::GetRandomString(SHA_DIGEST_LENGTH); in HandDaemonAuth()
208 handshake.buf = hSession->tokenRSA; in HandDaemonAuth()
224 … (!HdcAuth::AuthVerify(reinterpret_cast<uint8_t *>(const_cast<char *>(hSession->tokenRSA.c_str())), in HandDaemonAuth()
228 handshake.buf = hSession->tokenRSA; in HandDaemonAuth()
/developtools/hdc/src/common/
Ddefine_plus.h401 std::string tokenRSA; // SHA_DIGEST_LENGTH+1==21 member
456 tokenRSA = ""; in HdcSession()