Searched refs:g2 (Results 1 – 12 of 12) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_crypto_toolbox.cc | 51 struct g2 g2; variable 82 uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x, in g2() function 85 return test::mock::stack_crypto_toolbox::g2(u, v, x, y); in g2()
|
D | mock_stack_crypto_toolbox.h | 129 struct g2 { struct 139 extern struct g2 g2; argument
|
/system/core/fs_mgr/liblp/ |
D | writer.cpp | 44 static bool CompareGeometry(const LpMetadataGeometry& g1, const LpMetadataGeometry& g2) { in CompareGeometry() argument 45 return g1.metadata_max_size == g2.metadata_max_size && in CompareGeometry() 46 g1.metadata_slot_count == g2.metadata_slot_count && in CompareGeometry() 47 g1.logical_block_size == g2.logical_block_size; in CompareGeometry()
|
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.h | 35 extern uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x,
|
D | crypto_toolbox.cc | 126 uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x, in g2() function
|
/system/bt/gd/crypto_toolbox/ |
D | crypto_toolbox.h | 49 extern uint32_t g2(uint8_t* u, uint8_t* v, const Octet16& x, const Octet16& y);
|
D | crypto_toolbox.cc | 120 uint32_t g2(uint8_t* u, uint8_t* v, const Octet16& x, const Octet16& y) { in g2() function
|
D | crypto_toolbox_test.cc | 237 uint32_t val = g2(u.data(), v.data(), x, y); in TEST()
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 832 p_cb->number_to_display = crypto_toolbox::g2( in smp_calculate_numeric_comparison_display_number() 835 p_cb->number_to_display = crypto_toolbox::g2( in smp_calculate_numeric_comparison_display_number()
|
/system/bt/stack/test/ |
D | crypto_toolbox_test.cc | 271 uint32_t val = g2(u.data(), v.data(), x, y); in TEST()
|
/system/bt/gd/security/ |
D | pairing_handler_le_secure_connections.cc | 415 …uint32_t number_to_display = crypto_toolbox::g2((uint8_t*)PKa.x.data(), (uint8_t*)PKb.x.data(), Na… in SecureConnectionsNumericComparison()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1825 G g2{ in TEST_F() local 1842 EXPECT_TRUE(g1 == g2); in TEST_F()
|