Home
last modified time | relevance | path

Searched defs:sessionKey (Results 1 – 25 of 28) sorted by relevance

12

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
Dstream_adaptor.cpp111 std::pair<uint8_t*, uint32_t> sessionKey) in Encrypt()
137 std::pair<uint8_t*, uint32_t> sessionKey) in Decrypt()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/
Dstream_manager_test.cpp83 std::pair<uint8_t*, uint32_t> sessionKey = std::make_pair(nullptr, 0); variable
117 std::pair<uint8_t*, uint32_t> sessionKey = std::make_pair(nullptr, 0); variable
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dstream_manager.cpp43 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamClientChannel()
73 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamServerChannel()
Dvtp_stream_socket.cpp379 …eamSocket::CreateClient(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateClient()
409 std::pair<uint8_t*, uint32_t> sessionKey) in CreateClient()
428 …eamSocket::CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateServer()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/
Dvtpstreamsocket_fuzzer.cpp36 std::pair<uint8_t*, uint32_t> sessionKey = std::make_pair(nullptr, 0); in VtpCreateClientTest() local
50 std::pair<uint8_t*, uint32_t> sessionKey = std::make_pair(nullptr, 0); in VtpCreateServerTest() local
/foundation/communication/dsoftbus/core/transmission/common/src/
Dsoftbus_message_open_channel.c211 char sessionKey[BASE64KEY] = {0}; in UnpackRequest() local
376 static int32_t TransTdcEncrypt(const char *sessionKey, const char *in, uint32_t inLen, char *out, u… in TransTdcEncrypt()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/
Dclient_trans_tcp_direct_manager.h35 char sessionKey[SESSION_KEY_LENGTH]; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_message.c649 static int32_t TransProxyUnpackNormalHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, … in TransProxyUnpackNormalHandshakeMsg()
706 static int32_t TransProxyUnpackInnerHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, i… in TransProxyUnpackInnerHandshakeMsg()
728 char sessionKey[BASE64KEY] = {0}; in TransProxyUnpackHandshakeMsg() local
817 static int32_t TransProxyEncryptFastData(const char *sessionKey, int32_t seq, const char *in, uint3… in TransProxyEncryptFastData()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
Dtrans_tcp_direct_message_test.cpp488 const char *sessionKey = "key"; variable
583 SessionKey sessionKey; variable
Dtrans_server_tcp_direct_test.cpp161 SessionKey *sessionKey = (SessionKey*)SoftBusCalloc(sizeof(SessionKey)); in TestAddAuthManager() local
259 SessionKey sessionKey; variable
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_key.c192 SessionKey sessionKey; in EncryptData() local
226 SessionKey sessionKey; in DecryptData() local
Dauth_hichain.c87 NO_SANITIZE("cfi") static void OnSessionKeyReturned(int64_t authSeq, const uint8_t *sessionKey, uin… in OnSessionKeyReturned()
Dauth_session_fsm.c322 SessionKey sessionKey; in SaveDeviceKey() local
560 SessionKey sessionKey = {.len = para->len}; in HandleMsgSaveSessionKey() local
Dauth_interface.c203 SessionKey sessionKey; in AuthRestoreAuthManager() local
Dauth_manager.c439 const SessionKey *sessionKey, bool isConnect) in AuthManagerSetSessionKey()
498 …32_t AuthManagerGetSessionKey(int64_t authSeq, const AuthSessionInfo *info, SessionKey *sessionKey) in AuthManagerGetSessionKey()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
Dvtp_stream_socket_test.cpp78 std::pair<uint8_t*, uint32_t> sessionKey = std::make_pair(nullptr, 0); variable
121 std::pair<uint8_t*, uint32_t> sessionKey = std::make_pair(nullptr, 0); variable
148 std::pair<uint8_t*, uint32_t> sessionKey; variable
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
Dclient_trans_udp_stream_interface.h60 uint8_t *sessionKey; member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
Dclient_trans_proxy_manager.h30 char sessionKey[SESSION_KEY_LENGTH]; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
Dtrans_tcp_direct_sessionconn.c293 NO_SANITIZE("cfi") void SetSessionKeyByChanId(int32_t chanId, const char *sessionKey, int32_t keyLe… in SetSessionKeyByChanId()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
Dclient_trans_tcp_direct_message.c71 static int32_t TransTdcDecrypt(const char *sessionKey, const char *in, uint32_t inLen, char *out, u… in TransTdcDecrypt()
88 static int32_t TransTdcEncryptWithSeq(const char *sessionKey, int32_t seqNum, const char *in, uint3… in TransTdcEncryptWithSeq()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_test.cpp333 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable
375 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable
665 const SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable
681 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
Dclient_trans_proxy_manager.c803 static int32_t ClientTransProxyEncryptWithSeq(const char *sessionKey, int32_t seqNum, const char *i… in ClientTransProxyEncryptWithSeq()
824 char* sessionKey, SessionPktType flag) in ClientTransProxyPackBytes()
/foundation/communication/dsoftbus/core/transmission/common/include/
Dsoftbus_app_info.h90 char sessionKey[SESSION_KEY_LENGTH]; member
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_def.h144 char *sessionKey; member
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
Dtrans_proxy_manager_test.cpp464 char sessionKey[SESSION_KEY_LENGTH]= {0}; variable

12