Home
last modified time | relevance | path

Searched refs:TAG_CRYPTO_VERSION (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h46 constexpr const char* TAG_CRYPTO_VERSION = "CRYPTOVERSION"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp164 json[TAG_CRYPTO_VERSION] = cryptoAdapter_->GetVersion(); in CreateNegotiateMessage()
193 json[TAG_CRYPTO_VERSION] = cryptoAdapter_->GetVersion(); in CreateRespNegotiateMessage()
502 if (IsString(json, TAG_CRYPTO_VERSION)) { in ParseNegotiateMessage()
503 authResponseContext_->cryptoVer = json[TAG_CRYPTO_VERSION].get<std::string>(); in ParseNegotiateMessage()
H A Ddm_auth_manager.cpp2172 if (IsString(jsonObject, TAG_CRYPTO_NAME) && IsString(jsonObject, TAG_CRYPTO_VERSION)) { in ProcRespNegotiate()
2174 jsonObject[TAG_CRYPTO_VERSION] == authResponseContext_->cryptoVer) { in ProcRespNegotiate()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp195 jsonObject[TAG_CRYPTO_VERSION] = "test"; in HWTEST_F()
209 jsonObject[TAG_CRYPTO_VERSION] = "test"; in HWTEST_F()
217 authManager_->authResponseState_->context_->cryptoVer = jsonObject[TAG_CRYPTO_VERSION]; in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp763 jsonObj[TAG_CRYPTO_VERSION] = "CRYPTOVERSION"; in HWTEST_F()
764 jsonObj[TAG_CRYPTO_VERSION] = authResponseContext->cryptoSupport; in HWTEST_F()
854 jsonObj[TAG_CRYPTO_VERSION] = "1.0"; in HWTEST_F()

Completed in 17 milliseconds