Home
last modified time | relevance | path

Searched refs:ENCRYPTED (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c42 msgHead.cipher = (msgHead.cipher | ENCRYPTED); in TransProxySendInnerMessage()
97 *cipher |= ENCRYPTED; in SetCipherOfHandshakeMsg()
168 msgHead.cipher = (msgHead.cipher | ENCRYPTED); in TransProxyAckHandshake()
215 msgHead.cipher = (msgHead.cipher | ENCRYPTED); in TransProxyKeepalive()
251 msgHead.cipher = (msgHead.cipher | ENCRYPTED); in TransProxyAckKeepalive()
291 msgHead.cipher = (msgHead.cipher | ENCRYPTED); in TransProxyResetPeer()
H A Dsoftbus_proxychannel_message.c266 if ((msg->msgHead.cipher & ENCRYPTED) != 0) { in TransProxyParseMessage()
366 if ((msg->cipher & ENCRYPTED) == 0) { in TransProxyPackMessage()
H A Dsoftbus_proxychannel_manager.c913 if (((msgHead->cipher & ENCRYPTED) == 0) && (appInfo->appType != APP_TYPE_AUTH)) { in CheckAppTypeAndMsgHead()
/ohos5.0/base/update/updater/services/diffpatch/
H A Ddiffpatch.h114 static constexpr unsigned short ENCRYPTED = 0x20; /* bit 5 set: file is encrypted */ variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h89 #define ENCRYPTED 0x1 macro
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_gzipfile.cpp26 constexpr uint16_t ENCRYPTED = 0x20; /* bit 5 set: file is encrypted */ variable
382 if ((header->flags & ENCRYPTED) != 0) { in LoadPackage()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp362 msg.cipher |= ENCRYPTED;
398 msg.cipher |= ENCRYPTED;
H A Dsoftbus_proxychannel_message_test.cpp423 msg.cipher |= ENCRYPTED;
449 msg.cipher |= ENCRYPTED;
H A Dsoftbus_proxychannel_manager_test.cpp850 msgHead->cipher = ENCRYPTED;