Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dpairing_handler_le_secure_connections.cc235 Octet16 remoteC2; in SecureConnectionsOutOfBand() local
237 remoteC2 = crypto_toolbox::f4((uint8_t*)Pkb.x.data(), (uint8_t*)Pkb.x.data(), remoteR, 0); in SecureConnectionsOutOfBand()
239 remoteC2 = crypto_toolbox::f4((uint8_t*)Pka.x.data(), (uint8_t*)Pka.x.data(), remoteR, 0); in SecureConnectionsOutOfBand()
242 if (remoteC2 != remoteC) { in SecureConnectionsOutOfBand()