Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp872 int32_t ret = TransProxyEncryptFastData(sessionKey, seq, in, inLen, out, &outLen);
876 ret = TransProxyEncryptFastData(sessionKey, seq, in, inLen, out, &outLen);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c912 static int32_t TransProxyEncryptFastData(const char *sessionKey, int32_t seq, const char *in, uint3… in TransProxyEncryptFastData() function
957 if (TransProxyEncryptFastData(appInfo->sessionKey, seq, (const char*)dataInfo->inData, in TransProxyPackFastDataHead()