Home
last modified time | relevance | path

Searched refs:AuthVerifyType (Results 1 - 7 of 7) sorted by relevance

/developtools/hdc/src/common/
H A Dauth.h28 bool RsaSignAndBase64(string &buf, Hdc::AuthVerifyType type);
H A Ddefine_plus.h245 AuthVerifyType verifyType;
294 verifyType = AuthVerifyType::RSA_3072_SHA512; in HdcSession()
H A Ddefine_enum.h67 enum AuthVerifyType { RSA_ENCRYPT = 0, RSA_3072_SHA512 = 1, UNKNOWN = 100 }; enum
H A Dauth.cpp842 bool RsaSignAndBase64(string &buf, AuthVerifyType type) in RsaSignAndBase64()
857 if (type == AuthVerifyType::RSA_3072_SHA512) { in RsaSignAndBase64()
H A Dsession.cpp1074 Base::TlvAppend(handshake.buf, TAG_AUTH_TYPE, std::to_string(AuthVerifyType::RSA_3072_SHA512)); in WorkThreadInitSession()
/developtools/hdc/src/daemon/
H A Ddaemon.cpp431 if (hSession->verifyType == AuthVerifyType::RSA_3072_SHA512) { in InitMod()
433 Base::TlvAppend(handshake.buf, TAG_AUTH_TYPE, std::to_string(AuthVerifyType::RSA_3072_SHA512)); in InitMod()
599 if (hSession->verifyType == AuthVerifyType::RSA_3072_SHA512) { in InitMod()
722 hSession->verifyType = AuthVerifyType::RSA_ENCRYPT; in InitMod()
728 tlvMap[TAG_AUTH_TYPE] == std::to_string(AuthVerifyType::RSA_3072_SHA512)) { in InitMod()
729 hSession->verifyType = AuthVerifyType::RSA_3072_SHA512; in InitMod()
/developtools/hdc/src/host/
H A Dserver.cpp436 hSession->verifyType = AuthVerifyType::RSA_ENCRYPT; in GetDaemonAuthType()
442 tlvmap[TAG_AUTH_TYPE] != std::to_string(AuthVerifyType::RSA_3072_SHA512)) { in GetDaemonAuthType()
446 hSession->verifyType = AuthVerifyType::RSA_3072_SHA512; in GetDaemonAuthType()

Completed in 10 milliseconds