Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Dauth_message_processor.cpp112 json[TAG_CRYPTO_VERSION] = cryptoAdapter_->GetVersion(); in CreateNegotiateMessage()
258 if (json.contains(TAG_CRYPTO_VERSION)) { in ParseNegotiateMessage()
259 authResponseContext_->cryptoSupport = json[TAG_CRYPTO_VERSION]; in ParseNegotiateMessage()
Ddm_auth_manager.cpp475 jsonObject[TAG_CRYPTO_VERSION] == authResponseContext_->cryptoVer) { in RespNegotiate()
/foundation/distributedhardware/devicemanager/common/include/
Ddm_constants.h125 const std::string TAG_CRYPTO_VERSION = "CRYPTOVERSION"; variable
/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_auth_message_processor.cpp369 jsonObj[TAG_CRYPTO_VERSION] = "CRYPTOVERSION";
370 jsonObj[TAG_CRYPTO_VERSION] = authResponseContext->cryptoSupport;