Home
last modified time | relevance | path

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 Dtrans_proxy_message_test.cpp384 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 Dtrans_proxy_manager_test.cpp382 EXPECT_CALL(authMock, AuthGetEncryptSize)
762 EXPECT_CALL(authMock, AuthGetEncryptSize)
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp149 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 Dtrans_auth_mock.h60 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 Dauth_interface_virtual.c168 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) in AuthGetEncryptSize() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h199 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp277 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 Dsoftbus_proxychannel_message.c340 AuthGetEncryptSize(authHandle.authId, dataInfo->inLen); in PackEncryptedMessage()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c264 …uint32_t bufferLen = AuthGetEncryptSize(authHandle.authId, packetHead->dataLen) + DC_MSG_PACKET_HE… in TransTdcPostBytes()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c2031 uint32_t AuthGetEncryptSize(int64_t authId, uint32_t inLen) in AuthGetEncryptSize() function