Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h92 #define BAD_CIPHER 0x8 macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1270 int32_t errCode = ((msg->msgHead.cipher & BAD_CIPHER) == BAD_CIPHER) ? in TransProxyProcessResetMsgHelper()
1289 if ((msg->msgHead.cipher & BAD_CIPHER) == BAD_CIPHER) { in TransProxyProcessResetMsgHelper()
H A Dsoftbus_proxychannel_transceiver.c847 msg->msgHead.cipher |= BAD_CIPHER; in TransProxySendBadKeyMessage()