Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.cpp435 …bool retChildForToken = HdcAuth::KeylistIncrement(hSession->listKey, hSession->authKeyIndex, &ptr); in HandServerAuth() local
437 if (!retChildForToken) { in HandServerAuth()
444retChildForToken = HdcAuth::AuthSign(ptr, reinterpret_cast<const unsigned char *>(handshake.buf.c_… in HandServerAuth()
446 if (!retChildForToken) { in HandServerAuth()
449 handshake.buf = string(sign, retChildForToken); in HandServerAuth()