Home
last modified time | relevance | path

Searched refs:cryptoVer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h110 std::string cryptoVer; member
148 std::string cryptoVer; member
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp527 authResponseContext_->cryptoVer = json[TAG_CRYPTO_VERSION].get<std::string>(); in ParseNegotiateMessage()
H A Ddm_auth_manager.cpp2413 jsonObject[TAG_CRYPTO_VERSION] == authResponseContext_->cryptoVer) { in ProcRespNegotiate()