Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.h29 bool GetPublicKeyinfo(string &pubkey_info);
Dauth.cpp685 bool GetPublicKeyinfo(string &pubkey_info) in GetPublicKeyinfo() function
/developtools/hdc/src/host/
Dserver.cpp435 if (!HdcAuth::GetPublicKeyinfo(handshake.buf)) { in HandServerAuth()