Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp176 jsonObject[TAG_CRYPTO_NAME] = "test"; in HWTEST_F()
194 jsonObject[TAG_CRYPTO_NAME] = "test"; in HWTEST_F()
202 authManager_->authResponseState_->context_->cryptoName = jsonObject[TAG_CRYPTO_NAME]; in HWTEST_F()
208 jsonObject[TAG_CRYPTO_NAME] = "test"; in HWTEST_F()
216 authManager_->authResponseState_->context_->cryptoName = jsonObject[TAG_CRYPTO_NAME]; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h45 constexpr const char* TAG_CRYPTO_NAME = "CRYPTONAME"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp163 json[TAG_CRYPTO_NAME] = cryptoAdapter_->GetName(); in CreateNegotiateMessage()
192 json[TAG_CRYPTO_NAME] = cryptoAdapter_->GetName(); in CreateRespNegotiateMessage()
499 if (IsString(json, TAG_CRYPTO_NAME)) { in ParseNegotiateMessage()
500 authResponseContext_->cryptoName = json[TAG_CRYPTO_NAME].get<std::string>(); in ParseNegotiateMessage()
H A Ddm_auth_manager.cpp2172 if (IsString(jsonObject, TAG_CRYPTO_NAME) && IsString(jsonObject, TAG_CRYPTO_VERSION)) { in ProcRespNegotiate()
2173 if (jsonObject[TAG_CRYPTO_NAME] == authResponseContext_->cryptoName && in ProcRespNegotiate()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp735 jsonObj[TAG_CRYPTO_NAME] = "CRYPTONAME"; in HWTEST_F()
736 jsonObj[TAG_CRYPTO_NAME] = authResponseContext->cryptoSupport; in HWTEST_F()
853 jsonObj[TAG_CRYPTO_NAME] = "NAMETEST"; in HWTEST_F()

Completed in 9 milliseconds