Searched refs:ENCRYPTED (Results 1 – 9 of 9) sorted by relevance
42 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()
266 if ((msg->msgHead.cipher & ENCRYPTED) != 0) { in TransProxyParseMessage()366 if ((msg->cipher & ENCRYPTED) == 0) { in TransProxyPackMessage()
913 if (((msgHead->cipher & ENCRYPTED) == 0) && (appInfo->appType != APP_TYPE_AUTH)) { in CheckAppTypeAndMsgHead()
114 static constexpr unsigned short ENCRYPTED = 0x20; /* bit 5 set: file is encrypted */ variable
89 #define ENCRYPTED 0x1 macro
26 constexpr uint16_t ENCRYPTED = 0x20; /* bit 5 set: file is encrypted */ variable382 if ((header->flags & ENCRYPTED) != 0) { in LoadPackage()
362 msg.cipher |= ENCRYPTED;398 msg.cipher |= ENCRYPTED;
423 msg.cipher |= ENCRYPTED;449 msg.cipher |= ENCRYPTED;
850 msgHead->cipher = ENCRYPTED;