Searched refs:AuthGetEncryptSize (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_message_test.cpp | 384 EXPECT_CALL(authMock, AuthGetEncryptSize) 582 EXPECT_CALL(authMock, AuthGetEncryptSize).WillRepeatedly(Return(TEST_AUTH_DECRYPT_SIZE)); 640 EXPECT_CALL(authMock, AuthGetEncryptSize).WillRepeatedly(Return(TEST_AUTH_DECRYPT_SIZE)); 677 EXPECT_CALL(authMock, AuthGetEncryptSize).WillRepeatedly(Return(TEST_AUTH_DECRYPT_SIZE)); 705 EXPECT_CALL(authMock, AuthGetEncryptSize).WillRepeatedly(Return(TEST_AUTH_DECRYPT_SIZE)); 749 EXPECT_CALL(authMock, AuthGetEncryptSize).WillRepeatedly(Return(TEST_AUTH_DECRYPT_SIZE));
|
H A D | trans_proxy_manager_test.cpp | 382 EXPECT_CALL(authMock, AuthGetEncryptSize) 762 EXPECT_CALL(authMock, AuthGetEncryptSize)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
H A D | trans_auth_mock.cpp | 149 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) in AuthGetEncryptSize() function 151 return GetTransAuthInterface()->AuthGetEncryptSize(authId, inLen); in AuthGetEncryptSize()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/ |
H A D | trans_auth_mock.h | 60 virtual uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) = 0; 123 MOCK_METHOD1(AuthGetEncryptSize, uint32_t (int64_t authId, uint32_t inLen));
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_interface_virtual.c | 168 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) in AuthGetEncryptSize() function
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 199 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 277 int bufferLen = AuthGetEncryptSize(authId, packetHead.dataLen) + DC_MSG_PACKET_HEAD_SIZE; 1395 int bufferLen = AuthGetEncryptSize(authId, packetHead.dataLen) + DC_MSG_PACKET_HEAD_SIZE; 1429 int bufferLen = AuthGetEncryptSize(authId, packetHead.dataLen) + DC_MSG_PACKET_HEAD_SIZE; 1463 int bufferLen = AuthGetEncryptSize(authId, packetHead.dataLen) + DC_MSG_PACKET_HEAD_SIZE;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_message.c | 340 AuthGetEncryptSize(authHandle.authId, dataInfo->inLen); in PackEncryptedMessage()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 264 …uint32_t bufferLen = AuthGetEncryptSize(authHandle.authId, packetHead->dataLen) + DC_MSG_PACKET_HE… in TransTdcPostBytes()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 2031 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) in AuthGetEncryptSize() function
|