Searched refs:pairing_auth_decrypt (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/pairing_auth/tests/ |
D | pairing_auth_test.cpp | 122 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/ |
D | libadb_pairing_auth.map.txt | 9 pairing_auth_decrypt; # apex introduced=30
|
D | pairing_auth.cpp | 278 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/ |
D | pairing_auth.h | 182 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf,
|
/system/core/adb/pairing_connection/ |
D | pairing_connection.cpp | 388 if (!pairing_auth_decrypt(auth_.get(), buf.data(), buf.size(), outbuf.data(), &outsize)) { in DoExchangePeerInfo()
|