Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c28 #define BASE64_SESSION_KEY_LEN 45 macro
126 unsigned char encodeSessionKey[BASE64_SESSION_KEY_LEN] = {0}; in TransUnpackRequestUdpInfo()
128 …(void)GetJsonObjectStringItem(msg, "SESSION_KEY", (char*)encodeSessionKey, BASE64_SESSION_KEY_LEN); in TransUnpackRequestUdpInfo()
192 char encodeSessionKey[BASE64_SESSION_KEY_LEN] = {0}; in TransPackRequestUdpInfo()
194 … int32_t ret = SoftBusBase64Encode((unsigned char*)encodeSessionKey, BASE64_SESSION_KEY_LEN, &len, in TransPackRequestUdpInfo()