Home
last modified time | relevance | path

Searched refs:GetSessionKey (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Dstream_adaptor_test.cpp101 …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 Dtrans_session_test.cpp97 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 Ddfs_session.h76 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 Dauth_sub_session.c123 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 Dclient_trans_udp_stream_interface.cpp63 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 Dstream_adaptor.cpp47 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 Ddfs_demo.c104 ret = GetSessionKey(sessionId, key, len); in main()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionservice_fuzzer/
H A Dclienttranssessionservice_fuzzer.cpp40 GetSessionKey(sessionId, tmp, len); in GetSessionKeyTest()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session.cpp52 ret = ::GetSessionKey(sessionId_, key.data(), key.size()); in SoftbusSession()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor.h49 const std::pair<uint8_t*, uint32_t> GetSessionKey();
H A Dstream_adaptor_listener.h149 adaptor_->GetSessionKey()); in ConvertRawStreamData()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h40 std::string GetSessionKey() const;
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/
H A Disoauthtask_fuzzer.cpp160 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 Dlibsoftbus_client_map31 "GetSessionKey";
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Diso_auth_task_test.cpp156 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 Daccess_control_profile.cpp78 std::string AccessControlProfile::GetSessionKey() const in GetSessionKey() function in OHOS::DistributedDeviceProfile::AccessControlProfile
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp425 values.PutString(SESSION_KEY, profile.GetSessionKey()); in AccessControlProfileToEntries()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_test.cpp818 int32_t ret = GetSessionKey(sessionId, sessionKey, SESSION_KEY_LEN);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c703 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 Dtrust_profile_manager.cpp1908 ValueObject(profile.GetTrustDeviceId()), ValueObject(profile.GetSessionKey()), in IsAclExists()