Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.h21 namespace HdcAuth {
Dauth.cpp25 namespace HdcAuth { namespace
693 if (!HdcAuth::TryLoadPublicKey(pubkey)) { in GetPublicKeyinfo()
Dsession.cpp555 HdcAuth::FreeKey(!hSession->serverOrDaemon, hSession->listKey); in FreeSessionFinally()
/developtools/hdc/src/daemon/
Ddaemon.cpp224 …if (!HdcAuth::AuthVerify(reinterpret_cast<uint8_t *>(const_cast<char *>(hSession->tokenRSA.c_str()… in HandDaemonAuth()
238 ret = HdcAuth::PostUIConfirm(handshake.buf); in HandDaemonAuth()
/developtools/hdc/src/host/
Dserver.cpp435 if (!HdcAuth::GetPublicKeyinfo(handshake.buf)) { in HandServerAuth()
449 if (!HdcAuth::RsaSignAndBase64(handshake.buf)) { in HandServerAuth()
Dclient.cpp128 HdcAuth::GenerateKey(keyPath.c_str()); in DoCtrlServiceWork()