Home
last modified time | relevance | path

Searched refs:TAG_CRYPTO_NAME (Results 1 – 4 of 4) sorted by relevance

/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Dauth_message_processor.cpp111 json[TAG_CRYPTO_NAME] = cryptoAdapter_->GetName(); in CreateNegotiateMessage()
255 if (json.contains(TAG_CRYPTO_NAME)) { in ParseNegotiateMessage()
256 authResponseContext_->cryptoSupport = json[TAG_CRYPTO_NAME]; in ParseNegotiateMessage()
Ddm_auth_manager.cpp474 if (jsonObject[TAG_CRYPTO_NAME] == authResponseContext_->cryptoName && in RespNegotiate()
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h124 const std::string TAG_CRYPTO_NAME = "CRYPTONAME"; variable
/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_auth_message_processor.cpp341 jsonObj[TAG_CRYPTO_NAME] = "CRYPTONAME";
342 jsonObj[TAG_CRYPTO_NAME] = authResponseContext->cryptoSupport;