Home
last modified time | relevance | path

Searched refs:cryptoSupport (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h108 bool cryptoSupport; member
143 bool cryptoSupport; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp705 jsonObj[TAG_CRYPTO_SUPPORT] = authMessageProcessor->authResponseContext_->cryptoSupport;
736 jsonObj[TAG_CRYPTO_NAME] = authResponseContext->cryptoSupport;
764 jsonObj[TAG_CRYPTO_VERSION] = authResponseContext->cryptoSupport;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp521 authResponseContext_->cryptoSupport = json[TAG_CRYPTO_SUPPORT].get<bool>(); in ParseNegotiateMessage()
H A Ddm_auth_manager.cpp838 if (authResponseContext_->cryptoSupport) { in SendAuthRequest()
2410 if (jsonObject[TAG_CRYPTO_SUPPORT] == true && authResponseContext_->cryptoSupport) { in ProcRespNegotiate()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp332 authManager_->authResponseContext_->cryptoSupport = true;
346 authManager_->authResponseContext_->cryptoSupport = true;