Home
last modified time | relevance | path

Searched refs:BASE64KEY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h110 #define BASE64KEY 45 // encrypt SessionKey len macro
112 char sessionKeyBase64[BASE64KEY];
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c28 #define BASE64KEY 45 // Base64 encrypt SessionKey length macro
150 unsigned char encodeSessionKey[BASE64KEY] = {0}; in PackRequest()
152 int32_t ret = SoftBusBase64Encode(encodeSessionKey, BASE64KEY, in PackRequest()
212 char sessionKey[BASE64KEY] = {0}; in ParseMessageToAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c813 char sessionKey[BASE64KEY] = { 0 }; in TransProxyUnpackHandshakeMsg()
835 ret = TransProxyUnpackNormalHandshakeMsg(root, appInfo, sessionKey, BASE64KEY); in TransProxyUnpackHandshakeMsg()
845 ret = TransProxyUnpackInnerHandshakeMsg(root, appInfo, sessionKey, BASE64KEY); in TransProxyUnpackHandshakeMsg()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp1031 int32_t ret = TransProxyUnpackNormalHandshakeMsg(root, appInfo, sessionKey, BASE64KEY);