Searched refs:TAG_CRYPTO_VERSION (Results 1 – 4 of 4) sorted by relevance
112 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()
475 jsonObject[TAG_CRYPTO_VERSION] == authResponseContext_->cryptoVer) { in RespNegotiate()
125 const std::string TAG_CRYPTO_VERSION = "CRYPTOVERSION"; variable
369 jsonObj[TAG_CRYPTO_VERSION] = "CRYPTOVERSION";370 jsonObj[TAG_CRYPTO_VERSION] = authResponseContext->cryptoSupport;