Home
last modified time | relevance | path

Searched refs:AUTH_SINGLE_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.h94 #define AUTH_SINGLE_CIPHER 0x28 // To be compatible with LegacyOs, use 0x28 which & BAD_CIPHER also… macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c845 msg->msgHead.cipher |= AUTH_SINGLE_CIPHER; in TransProxySendBadKeyMessage()
H A Dsoftbus_proxychannel_manager.c1332 (msg->msgHead.cipher & AUTH_SINGLE_CIPHER) == AUTH_SINGLE_CIPHER && in TransProxyProcessResetMsg()