Home
last modified time | relevance | path

Searched refs:Cbi (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
343 Cbi = std::get<PairingConfirmView>(confirm).GetConfirmValue(); in SecureConnectionsPasskeyEntry()
356 if (Cbi != Cbi2) { in SecureConnectionsPasskeyEntry()
364 Cbi = crypto_toolbox::f4((uint8_t*)PKb.x.data(), (uint8_t*)PKa.x.data(), Nbi, ri); in SecureConnectionsPasskeyEntry()
375 SendL2capPacket(i, PairingConfirmBuilder::Create(Cbi)); in SecureConnectionsPasskeyEntry()