Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.cpp458 char bufPrivateKey[BUF_SIZE_DEFAULT2] = ""; in HandServerAuth() local
459 … retChild = HdcAuth::GetPublicKeyFileBuf(reinterpret_cast<unsigned char *>(bufPrivateKey), in HandServerAuth()
460 sizeof(bufPrivateKey)); in HandServerAuth()
464 handshake.buf = string(bufPrivateKey, retChild); in HandServerAuth()