Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h90 #define AUTH_SERVER_SIDE 0x2 macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c99 *cipher |= AUTH_SERVER_SIDE; in SetCipherOfHandshakeMsg()
H A Dsoftbus_proxychannel_message.c197 bool isAuthServer = !((cipher & AUTH_SERVER_SIDE) != 0); in GetAuthIdByHandshakeMsg()