Home
last modified time | relevance | path

Searched defs:sessionKey (Results 1 – 25 of 101) sorted by relevance

12345

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_key_test.cpp62 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
H A Dauth_manager_test.cpp158 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
H A Dauth_session_message_test.cpp846 SessionKey sessionKey = { .len = SESSION_KEY_LENGTH, }; variable
884 SessionKey sessionKey = { .len = SESSION_KEY_LENGTH, }; variable
903 SessionKey sessionKey; variable
965 SessionKey sessionKey; variable
H A Dauth_test_enhance.cpp339 SessionKey sessionKey; variable
369 SessionKey sessionKey; variable
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dstream_adaptor.cpp117 std::pair<uint8_t*, uint32_t> sessionKey) in Encrypt()
144 std::pair<uint8_t*, uint32_t> sessionKey) in Decrypt()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/
H A Dstream_manager_test.cpp83 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
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/
H A Dvtpstreamsocket_fuzzer.cpp36 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
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.cpp45 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamClientChannel()
76 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamServerChannel()
/ohos5.0/base/security/device_auth/services/protocol/inc/iso_protocol/
H A Diso_protocol_common.h34 Uint8Buff sessionKey; member
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/registercallback_fuzzer/
H A Dregistercallback_fuzzer.cpp23 … void OnSessionKeyReturned(int64_t requestId, const uint8_t *sessionKey, uint32_t sessionKeyLen) {} in OnSessionKeyReturned()
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregcallback_fuzzer/
H A Ddevauthservregcallback_fuzzer.cpp27 …static void OnSessionKeyReturned(int64_t requestId, const uint8_t *sessionKey, uint32_t sessionKey… in OnSessionKeyReturned()
/ohos5.0/base/security/device_auth/test/fuzztest/group_auth/processauthdata_fuzzer/
H A Dprocessauthdata_fuzzer.cpp23 … void OnSessionKeyReturned(int64_t requestId, const uint8_t *sessionKey, uint32_t sessionKeyLen) {} in OnSessionKeyReturned()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/dellocalauthinfo_fuzzer/
H A Ddellocalauthinfo_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/
H A Ddestroy_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/getinstance_fuzzer/
H A Dgetinstance_fuzzer.cpp41 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/istrustpeer_fuzzer/
H A Distrustpeer_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/listtrustpeer_fuzzer/
H A Dlisttrustpeer_fuzzer.cpp40 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservprocessauthdata_fuzzer/
H A Ddevauthservprocessauthdata_fuzzer.cpp37 …static void OnSessionKeyReturned(int64_t requestId, const uint8_t *sessionKey, uint32_t sessionKey… in OnSessionKeyReturned()
/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservprocessbinddata_fuzzer/
H A Ddevauthservprocessbinddata_fuzzer.cpp37 …static void OnSessionKeyReturned(int64_t requestId, const uint8_t *sessionKey, uint32_t sessionKey… in OnSessionKeyReturned()
/ohos5.0/base/security/device_auth/test/fuzztest/group_auth/authdevice_fuzzer/
H A Dauthdevice_fuzzer.cpp23 … void OnSessionKeyReturned(int64_t requestId, const uint8_t *sessionKey, uint32_t sessionKeyLen) {} in OnSessionKeyReturned()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c212 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()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/authenticatepeer_fuzzer/
H A Dauthenticatepeer_fuzzer.cpp42 const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/startpake_fuzzer/
H A Dstartpake_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp863 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
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/
H A Dclient_trans_tcp_direct_manager.h37 char sessionKey[SESSION_KEY_LENGTH]; member

12345