Searched refs:BASE64KEY (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_message.h | 110 #define BASE64KEY 45 // encrypt SessionKey len macro 112 char sessionKeyBase64[BASE64KEY];
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/ |
H A D | softbus_message_open_channel.c | 28 #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 D | softbus_proxychannel_message.c | 813 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 D | softbus_proxychannel_message_test.cpp | 1031 int32_t ret = TransProxyUnpackNormalHandshakeMsg(root, appInfo, sessionKey, BASE64KEY);
|