| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
| D | stream_adaptor.cpp | 113 std::pair<uint8_t*, uint32_t> sessionKey) in Encrypt() 140 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/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
| D | encrypt_decrypt.cpp | 66 …Decrypt::AES128Encry(ConstPacketData inputData, PacketData &outputData, ConstPacketData sessionKey, in AES128Encry() 113 …crypt::AES128Decrypt(ConstPacketData inputData, PacketData &outputData, ConstPacketData sessionKey, in AES128Decrypt() 421 ConstPacketData sessionKey = { key, keyLen }; in EncryptData() local 473 ConstPacketData sessionKey = { key, keyLen }; in DecryptData() local
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
| D | encrypt_decrypt.cpp | 66 …Decrypt::AES128Encry(ConstPacketData inputData, PacketData &outputData, ConstPacketData sessionKey, in AES128Encry() 113 …crypt::AES128Decrypt(ConstPacketData inputData, PacketData &outputData, ConstPacketData sessionKey, in AES128Decrypt() 421 ConstPacketData sessionKey = { key, keyLen }; in EncryptData() local 473 ConstPacketData sessionKey = { key, keyLen }; in DecryptData() local
|
| /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/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
| D | stream_manager.cpp | 45 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamClientChannel() 76 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamServerChannel()
|
| /foundation/communication/dsoftbus/core/transmission/common/src/ |
| D | softbus_message_open_channel.c | 224 char sessionKey[BASE64KEY] = {0}; in UnpackRequest() local 394 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 | 694 static int32_t TransProxyUnpackNormalHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, … in TransProxyUnpackNormalHandshakeMsg() 751 static int32_t TransProxyUnpackInnerHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, i… in TransProxyUnpackInnerHandshakeMsg() 774 char sessionKey[BASE64KEY] = {0}; in TransProxyUnpackHandshakeMsg() local 873 static int32_t TransProxyEncryptFastData(const char *sessionKey, int32_t seq, const char *in, uint3… in TransProxyEncryptFastData()
|
| /foundation/CastEngine/castengine_cast_framework/common/include/private/ |
| D | cast_service_common.h | 39 uint8_t sessionKey[16] = { 0 }; member
|
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| D | auth_manager_test.cpp | 247 SessionKey sessionKey; variable 273 SessionKey sessionKey; variable
|
| D | auth_test.cpp | 368 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 410 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 700 const SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 716 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_key.c | 193 SessionKey sessionKey; in EncryptData() local 227 SessionKey sessionKey; in DecryptData() local
|
| /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/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
| D | connection_manager.cpp | 584 void ConnectionManager::EncryptPort(int port, const uint8_t *sessionKey, json &body) in EncryptPort() 626 …nager::EncryptIp(const std::string &ip, const std::string &key, const uint8_t *sessionKey, json &b… in EncryptIp() 1071 uint8_t sessionKey[SESSION_KEY_LENGTH] = {0}; in HandleConnectDeviceAction() local 1081 uint8_t sessionKey[SESSION_KEY_LENGTH] = {0}; in HandleConnectDeviceAction() local 1090 bool CastBindTargetCallback::GetSessionKey(const json &authInfo, uint8_t *sessionKey) in GetSessionKey()
|
| /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/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
| D | trans_server_tcp_direct_test.cpp | 160 SessionKey *sessionKey = (SessionKey*)SoftBusCalloc(sizeof(SessionKey)); in TestAddAuthManager() local 258 SessionKey sessionKey; variable
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
| D | rtsp_channel_manager.cpp | 96 void RtspChannelManager::StartSession(const uint8_t *sessionKey, uint32_t sessionKeyLength) in StartSession()
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
| D | rtsp_channel_manager.cpp | 96 void RtspChannelManager::StartSession(const uint8_t *sessionKey, uint32_t sessionKeyLength) in StartSession()
|
| /foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
| D | access_control_profile.cpp | 83 void AccessControlProfile::SetSessionKey(const std::string &sessionKey) in SetSessionKey()
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
| D | softbus_proxychannel_message_test.cpp | 858 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable 991 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable 1021 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
| D | trans_tcp_direct_sessionconn.c | 296 void SetSessionKeyByChanId(int32_t chanId, const char *sessionKey, int32_t keyLen) in SetSessionKeyByChanId()
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
| D | client_trans_tcp_direct_message.c | 72 static int32_t TransTdcDecrypt(const char *sessionKey, const char *in, uint32_t inLen, char *out, u… in TransTdcDecrypt() 89 static int32_t TransTdcEncryptWithSeq(const char *sessionKey, int32_t seqNum, const char *in, uint3… in TransTdcEncryptWithSeq()
|
| /foundation/distributedhardware/device_manager/commondependency/include/ |
| D | deviceprofile_connector.h | 51 std::string sessionKey; member
|