Home
last modified time | relevance | path

Searched refs:SoftBusGenerateSessionKey (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_message_test_mock.cpp140 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() function
142 return GetTransTcpDirectMessageInterface()->SoftBusGenerateSessionKey(key, len); in SoftBusGenerateSessionKey()
H A Dtrans_tcp_direct_message_test_mock.h61 virtual int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) = 0;
111 MOCK_METHOD2(SoftBusGenerateSessionKey, int32_t (char *key, uint32_t len));
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_crypto.h73 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len);
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_crypto_test.cpp176 int32_t ret = SoftBusGenerateSessionKey(key, sizeof(key)); in HWTEST_F()
189 int32_t ret = SoftBusGenerateSessionKey(NULL, len); in HWTEST_F()
203 int32_t ret = SoftBusGenerateSessionKey(key, len); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c91 if (SoftBusGenerateSessionKey(conn->appInfo.sessionKey, SESSION_KEY_LENGTH) != SOFTBUS_OK) { in StartVerifySession()
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c260 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() function
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c388 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() function
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp1596 EXPECT_CALL(TcpMessageMock, SoftBusGenerateSessionKey).WillOnce(Return(SOFTBUS_NO_INIT)); in HWTEST_F()
1613 EXPECT_CALL(TcpMessageMock, SoftBusGenerateSessionKey).WillOnce(Return(SOFTBUS_OK)); in HWTEST_F()
1645 EXPECT_CALL(TcpMessageMock, SoftBusGenerateSessionKey).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c987 int32_t ret = SoftBusGenerateSessionKey(appInfo->sessionKey, sizeof(appInfo->sessionKey)); in PrepareAppInfoForUdpOpen()

Completed in 17 milliseconds