| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| D | auth_session_key_test.cpp | 62 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; variable 85 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; variable 118 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; variable 152 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; variable 188 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; variable 224 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; variable
|
| D | auth_manager_test.cpp | 158 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 293 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 323 SessionKey sessionKey; variable 354 SessionKey sessionKey; variable 596 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 736 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 764 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable 950 SessionKey sessionKey = { { 0 }, TEST_DATA_LEN }; variable
|
| D | auth_session_message_test.cpp | 846 SessionKey sessionKey = { .len = SESSION_KEY_LENGTH, }; variable 884 SessionKey sessionKey = { .len = SESSION_KEY_LENGTH, }; variable 903 SessionKey sessionKey; variable 965 SessionKey sessionKey; variable
|
| D | auth_test_enhance.cpp | 339 SessionKey sessionKey; variable 369 SessionKey sessionKey; variable
|
| D | auth_hichain_test.cpp | 124 uint8_t sessionKey[SESSION_KEY_LENGTH] = {0}; variable
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
| D | stream_adaptor.cpp | 117 std::pair<uint8_t*, uint32_t> sessionKey) in Encrypt() 144 std::pair<uint8_t*, uint32_t> sessionKey) in Decrypt()
|
| /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/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/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/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 | 212 char sessionKey[BASE64KEY] = {0}; in ParseMessageToAppInfo() local 416 static int32_t TransTdcEncrypt(const char *sessionKey, const char *in, uint32_t inLen, char *out, u… in TransTdcEncrypt()
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
| D | softbus_proxychannel_message_test.cpp | 863 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable 1000 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable 1030 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable 1142 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable 1212 char sessionKey[FAST_TRANS_DATASIZE] = {0}; variable
|
| /foundation/CastEngine/castengine_cast_framework/common/include/private/ |
| D | cast_service_common.h | 39 uint8_t sessionKey[16] = { 0 }; member
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/ |
| D | client_trans_tcp_direct_manager.h | 37 char sessionKey[SESSION_KEY_LENGTH]; member
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_message.c | 732 static int32_t TransProxyUnpackNormalHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, … in TransProxyUnpackNormalHandshakeMsg() 791 static int32_t TransProxyUnpackInnerHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, i… in TransProxyUnpackInnerHandshakeMsg() 813 char sessionKey[BASE64KEY] = { 0 }; in TransProxyUnpackHandshakeMsg() local 912 static int32_t TransProxyEncryptFastData(const char *sessionKey, int32_t seq, const char *in, uint3… in TransProxyEncryptFastData()
|
| /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/udp/stream/adaptor/include/ |
| D | client_trans_udp_stream_interface.h | 60 uint8_t *sessionKey; member
|
| /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/proxy/include/ |
| D | client_trans_proxy_manager.h | 30 char sessionKey[SESSION_KEY_LENGTH]; member
|
| /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/distributedhardware/device_manager/test/commonunittest/ |
| D | UTTest_hichain_auth_connector.cpp | 63 …void AuthDeviceSessionKey(int64_t requestId, const uint8_t *sessionKey, uint32_t sessionKeyLen) ov… in AuthDeviceSessionKey() 223 uint8_t *sessionKey = nullptr; variable 233 uint8_t *sessionKey = nullptr; variable
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
| D | trans_server_tcp_direct_test.cpp | 177 SessionKey *sessionKey = (SessionKey*)SoftBusCalloc(sizeof(SessionKey)); in TestAddAuthManager() local 278 SessionKey sessionKey; variable
|
| /foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
| D | access_control_profile.cpp | 83 void AccessControlProfile::SetSessionKey(const std::string &sessionKey) in SetSessionKey()
|