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 D | trans_tcp_direct_message_test_mock.cpp | 140 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len)
in SoftBusGenerateSessionKey() function 142 return GetTransTcpDirectMessageInterface()->SoftBusGenerateSessionKey(key, len);
in SoftBusGenerateSessionKey()
|
H A D | trans_tcp_direct_message_test_mock.h | 61 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 D | softbus_adapter_crypto.h | 73 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len);
|
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | dsoftbus_crypto_test.cpp | 176 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 D | trans_tcp_direct_listener.c | 91 if (SoftBusGenerateSessionKey(conn->appInfo.sessionKey, SESSION_KEY_LENGTH) != SOFTBUS_OK) { in StartVerifySession()
|
/foundation/communication/dsoftbus/adapter/common/mbedtls/ |
H A D | softbus_adapter_crypto.c | 260 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() function
|
/foundation/communication/dsoftbus/adapter/common/openssl/ |
H A D | softbus_adapter_crypto.c | 388 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() function
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 1596 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 D | trans_udp_negotiation.c | 987 int32_t ret = SoftBusGenerateSessionKey(appInfo->sessionKey, sizeof(appInfo->sessionKey)); in PrepareAppInfoForUdpOpen()
|
Completed in 17 milliseconds