Searched refs:rand1 (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | ClatdControllerTest.cpp | 138 uint16_t rand1 = rand & 0xffff; in TEST_F() local 140 std::string v6PrefixStr = StringPrintf("2001:db8:%x:%x", rand1, rand2); in TEST_F() 141 std::string v6InterfaceAddrStr = StringPrintf("%s::%x:%x", v6PrefixStr.c_str(), rand2, rand1); in TEST_F() 142 std::string nat64PrefixStr = StringPrintf("2001:db8:%x:%x::", rand2, rand1); in TEST_F()
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 2003 static void btm_ble_reset_id_impl(const Octet16& rand1, const Octet16& rand2) { in btm_ble_reset_id_impl() argument 2005 btm_cb.devcb.id_keys.ir = rand1; in btm_ble_reset_id_impl() 2030 Octet16 rand1; member 2043 memcpy(tmp.rand1.data(), rand, BT_OCTET8_LEN); in btm_ble_reset_id() 2046 memcpy(tmp.rand1.data() + 8, rand, BT_OCTET8_LEN); in btm_ble_reset_id() 2054 btm_ble_reset_id_impl(tmp.rand1, tmp.rand2); in btm_ble_reset_id()
|
/system/security/keystore2/src/ |
D | database.rs | 3305 let rand1 = random(); in test_mocked_random() localVariable 3308 if rand1 == rand2 { in test_mocked_random() 3311 assert_eq!(rand1 + 1, rand2); in test_mocked_random()
|