/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/ |
H A D | stream_adaptor_test.cpp | 101 …adaptor->Encrypt(streamData.buf, streamData.bufLen, data.get(), dataLen, adaptor->GetSessionKey()); 103 …adaptor->Decrypt(data.get(), dataLen, streamData.buf, streamData.bufLen, adaptor->GetSessionKey()); 125 …adaptor->Encrypt(streamData.buf, streamData.bufLen, data.get(), dataLen, adaptor->GetSessionKey()); 127 …tor->Decrypt(data.get(), dataLen + 1, streamData.buf, streamData.bufLen, adaptor->GetSessionKey());
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_session_test.cpp | 97 ret = GetSessionKey(-1, key, len); 100 ret = GetSessionKey(sessionId, NULL, len); 103 ret = GetSessionKey(sessionId, key, 0); 106 ret = GetSessionKey(sessionId, key, SESSION_KEY_LEN - 1); 123 ret = GetSessionKey(sessionId, key, len);
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/inner_kits/transport/ |
H A D | dfs_session.h | 76 int32_t GetSessionKey(int32_t sessionId, char *key, unsigned int len);
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/ |
H A D | auth_sub_session.c | 123 static int32_t GetSessionKey(AuthSubSession *self, Uint8Buff *returnSessionKey) in GetSessionKey() function 174 impl->base.getSessionKey = GetSessionKey; in CreateAuthSubSession()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | client_trans_udp_stream_interface.cpp | 63 ssize_t encLen = adaptor->Encrypt(buf, bufLen, data.get(), dataLen, adaptor->GetSessionKey()); in CreateRawStream() 199 param->type, newAdaptor->GetSessionKey()); in StartVtpStreamChannelServer() 248 Communication::SoftBus::VTP, param->type, newAdaptor->GetSessionKey()); in StartVtpStreamChannelClient()
|
H A D | stream_adaptor.cpp | 47 const std::pair<uint8_t*, uint32_t> StreamAdaptor::GetSessionKey() in GetSessionKey() function in StreamAdaptor
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | dfs_demo.c | 104 ret = GetSessionKey(sessionId, key, len); in main()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionservice_fuzzer/ |
H A D | clienttranssessionservice_fuzzer.cpp | 40 GetSessionKey(sessionId, tmp, len); in GetSessionKeyTest()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_session.cpp | 52 ret = ::GetSessionKey(sessionId_, key.data(), key.size()); in SoftbusSession()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor.h | 49 const std::pair<uint8_t*, uint32_t> GetSessionKey();
|
H A D | stream_adaptor_listener.h | 149 adaptor_->GetSessionKey()); in ConvertRawStreamData()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | access_control_profile.h | 40 std::string GetSessionKey() const;
|
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/ |
H A D | isoauthtask_fuzzer.cpp | 160 static uint8_t *GetSessionKey() in GetSessionKey() function 171 params.isoBaseParams.sessionKey.val = GetSessionKey(); in IsoAuthTaskTest03() 174 params.isoBaseParams.sessionKey.val = GetSessionKey(); in IsoAuthTaskTest03() 178 params.isoBaseParams.sessionKey.val = GetSessionKey(); in IsoAuthTaskTest03() 182 params.isoBaseParams.sessionKey.val = GetSessionKey(); in IsoAuthTaskTest03()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/ |
H A D | libsoftbus_client_map | 31 "GetSessionKey";
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | iso_auth_task_test.cpp | 156 static uint8_t *GetSessionKey() in GetSessionKey() function 169 params.isoBaseParams.sessionKey.val = GetSessionKey(); 175 params.isoBaseParams.sessionKey.val = GetSessionKey(); 182 params.isoBaseParams.sessionKey.val = GetSessionKey(); 189 params.isoBaseParams.sessionKey.val = GetSessionKey();
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | access_control_profile.cpp | 78 std::string AccessControlProfile::GetSessionKey() const in GetSessionKey() function in OHOS::DistributedDeviceProfile::AccessControlProfile
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 425 values.PutString(SESSION_KEY, profile.GetSessionKey()); in AccessControlProfileToEntries()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_test.cpp | 818 int32_t ret = GetSessionKey(sessionId, sessionKey, SESSION_KEY_LEN);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 703 int32_t GetSessionKey(int32_t sessionId, char *key, unsigned int len) in GetSessionKey() function
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 1908 ValueObject(profile.GetTrustDeviceId()), ValueObject(profile.GetSessionKey()), in IsAclExists()
|