Searched refs:TransNegotiateSessionKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/ |
H A D | trans_auth_negotiation_test.cpp | 158 int32_t ret = TransNegotiateSessionKey(nullptr, channelId, nullptr); 160 ret = TransNegotiateSessionKey(&authConnInfo, channelId, nullptr); 162 ret = TransNegotiateSessionKey(nullptr, channelId, peerNetworkId); 232 int32_t ret = TransNegotiateSessionKey(nullptr, TRANS_TEST_CHANNEL_ID, peerNetworkId); 235 ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId); 240 ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId1); 259 int32_t ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId1); 261 ret = TransNegotiateSessionKey(&authConnInfo, TRANS_TEST_CHANNEL_ID, peerNetworkId1);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_auth_negotiation.h | 27 int32_t TransNegotiateSessionKey(const AuthConnInfo *authConnInfo, int32_t channelId, const char *p…
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_auth_negotiation.c | 205 int32_t TransNegotiateSessionKey(const AuthConnInfo *authConnInfo, int32_t channelId, const char *p… in TransNegotiateSessionKey() function
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 1596 ret = TransNegotiateSessionKey(&authConnInfo, channelId, peerNetworkId); in TransProxyOpenProxyChannelSuccess()
|