Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le_secure_connections.cc328 Octet16 Cai, Cbi, Nai, Nbi; in SecureConnectionsPasskeyEntry() local
353 Nbi = std::get<PairingRandomView>(random).GetRandomValue(); in SecureConnectionsPasskeyEntry()
355 Octet16 Cbi2 = crypto_toolbox::f4((uint8_t*)PKb.x.data(), (uint8_t*)PKa.x.data(), Nbi, ri); in SecureConnectionsPasskeyEntry()
362 Nbi = GenerateRandom<16>(); in SecureConnectionsPasskeyEntry()
364 Cbi = crypto_toolbox::f4((uint8_t*)PKb.x.data(), (uint8_t*)PKa.x.data(), Nbi, ri); in SecureConnectionsPasskeyEntry()
392 SendL2capPacket(i, PairingRandomBuilder::Create(Nbi)); in SecureConnectionsPasskeyEntry()
397 Nb = Nbi; in SecureConnectionsPasskeyEntry()