Home
last modified time | relevance | path

Searched refs:rand2 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/service/native/libs/libclat/
Dclatutils_test.cpp112 uint16_t rand2 = (rand >> 16) & 0xffff; in TEST_F() local
113 std::string v6PrefixStr = StringPrintf("2001:db8:%x:%x", rand1, rand2); in TEST_F()
114 std::string v6InterfaceAddrStr = StringPrintf("%s::%x:%x", v6PrefixStr.c_str(), rand2, rand1); in TEST_F()
115 std::string nat64PrefixStr = StringPrintf("2001:db8:%x:%x::", rand2, rand1); in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1867 static void btm_ble_reset_id_impl(const Octet16& rand1, const Octet16& rand2) { in btm_ble_reset_id_impl() argument
1886 btm_sec_cb.devcb.ble_encryption_key_value = rand2; in btm_ble_reset_id_impl()
1897 Octet16 rand2; member
1915 memcpy(tmp.rand2.data(), rand, BT_OCTET8_LEN); in btm_ble_reset_id()
1918 memcpy(tmp.rand2.data() + 8, rand, BT_OCTET8_LEN); in btm_ble_reset_id()
1920 btm_ble_reset_id_impl(tmp.rand1, tmp.rand2); in btm_ble_reset_id()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalHidlImplTest.java1243 byte[] rand2 = new byte[16]; in testNetworkEapGsmAuthCallback()
1246 random.nextBytes(rand2); in testNetworkEapGsmAuthCallback()
1249 params.rands.add(rand2); in testNetworkEapGsmAuthCallback()
1253 NativeUtil.hexStringFromByteArray(rand1), NativeUtil.hexStringFromByteArray(rand2), in testNetworkEapGsmAuthCallback()