| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
| D | stream_adaptor.cpp | 111 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/ |
| D | stream_manager_test.cpp | 83 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/ |
| D | stream_manager.cpp | 43 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamClientChannel() 73 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamServerChannel()
|
| D | vtp_stream_socket.cpp | 379 …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/ |
| D | vtpstreamsocket_fuzzer.cpp | 36 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/ |
| D | softbus_message_open_channel.c | 211 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/ |
| D | client_trans_tcp_direct_manager.h | 35 char sessionKey[SESSION_KEY_LENGTH]; member
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_message.c | 649 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/ |
| D | trans_tcp_direct_message_test.cpp | 488 const char *sessionKey = "key"; variable 583 SessionKey sessionKey; variable
|
| D | trans_server_tcp_direct_test.cpp | 161 SessionKey *sessionKey = (SessionKey*)SoftBusCalloc(sizeof(SessionKey)); in TestAddAuthManager() local 259 SessionKey sessionKey; variable
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_key.c | 192 SessionKey sessionKey; in EncryptData() local 226 SessionKey sessionKey; in DecryptData() local
|
| D | auth_hichain.c | 87 NO_SANITIZE("cfi") static void OnSessionKeyReturned(int64_t authSeq, const uint8_t *sessionKey, uin… in OnSessionKeyReturned()
|
| D | auth_session_fsm.c | 322 SessionKey sessionKey; in SaveDeviceKey() local 560 SessionKey sessionKey = {.len = para->len}; in HandleMsgSaveSessionKey() local
|
| D | auth_interface.c | 203 SessionKey sessionKey; in AuthRestoreAuthManager() local
|
| D | auth_manager.c | 439 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/ |
| D | vtp_stream_socket_test.cpp | 78 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/ |
| D | client_trans_udp_stream_interface.h | 60 uint8_t *sessionKey; member
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
| D | client_trans_proxy_manager.h | 30 char sessionKey[SESSION_KEY_LENGTH]; member
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
| D | trans_tcp_direct_sessionconn.c | 293 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/ |
| D | client_trans_tcp_direct_message.c | 71 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/ |
| D | auth_test.cpp | 333 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/ |
| D | client_trans_proxy_manager.c | 803 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/ |
| D | softbus_app_info.h | 90 char sessionKey[SESSION_KEY_LENGTH]; member
|
| /foundation/communication/dsoftbus/core/common/include/ |
| D | softbus_def.h | 144 char *sessionKey; member
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
| D | trans_proxy_manager_test.cpp | 464 char sessionKey[SESSION_KEY_LENGTH]= {0}; variable
|