Searched refs:TAG_CRYPTO_NAME (Results 1 – 4 of 4) sorted by relevance
111 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()
474 if (jsonObject[TAG_CRYPTO_NAME] == authResponseContext_->cryptoName && in RespNegotiate()
124 const std::string TAG_CRYPTO_NAME = "CRYPTONAME"; variable
341 jsonObj[TAG_CRYPTO_NAME] = "CRYPTONAME";342 jsonObj[TAG_CRYPTO_NAME] = authResponseContext->cryptoSupport;