Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dpairing_handler_le_secure_connections.cc317 Octet16 Cai, Cbi, Nai, Nbi; in SecureConnectionsPasskeyEntry() local
332 Cbi = std::get<PairingConfirmView>(confirm).GetConfirmValue(); in SecureConnectionsPasskeyEntry()
345 if (Cbi != Cbi2) { in SecureConnectionsPasskeyEntry()
353 Cbi = crypto_toolbox::f4((uint8_t*)PKb.x.data(), (uint8_t*)PKa.x.data(), Nbi, ri); in SecureConnectionsPasskeyEntry()
364 SendL2capPacket(i, PairingConfirmBuilder::Create(Cbi)); in SecureConnectionsPasskeyEntry()