Home
last modified time | relevance | path

Searched refs:pairing_auth_decrypt (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/pairing_auth/tests/
Dpairing_auth_test.cpp122 pairing_auth_decrypt(server.get(), data.data(), data.size(), outbuf, &outsize); in TEST_F()
170 ASSERT_FALSE(pairing_auth_decrypt(server.get(), client_msg.data(), client_msg.size(), in TEST_F()
184 ASSERT_FALSE(pairing_auth_decrypt(client.get(), server_msg.data(), server_msg.size(), in TEST_F()
220 ASSERT_TRUE(pairing_auth_decrypt(server.get(), client_msg.data(), client_msg.size(), in TEST_F()
236 ASSERT_TRUE(pairing_auth_decrypt(client.get(), server_msg.data(), server_msg.size(), in TEST_F()
274 ASSERT_TRUE(pairing_auth_decrypt(server.get(), client_msg.data(), client_msg.size(), in TEST_F()
301 ASSERT_FALSE(pairing_auth_decrypt(server.get(), client_msg.data(), client_msg.size(), in TEST_F()
324 ASSERT_FALSE(pairing_auth_decrypt(server.get(), client_msg.data(), client_msg.size(), in TEST_F()
/system/core/adb/pairing_auth/
Dlibadb_pairing_auth.map.txt9 pairing_auth_decrypt; # apex introduced=30
Dpairing_auth.cpp278 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, in pairing_auth_decrypt() function
/system/core/adb/pairing_auth/include/adb/pairing/
Dpairing_auth.h182 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf,
/system/core/adb/pairing_connection/
Dpairing_connection.cpp388 if (!pairing_auth_decrypt(auth_.get(), buf.data(), buf.size(), outbuf.data(), &outsize)) { in DoExchangePeerInfo()