Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/lmp/src/
Dec.rs87 fn to_point<Curve: EllipticCurve>(&self) -> Point<Curve> { in to_point() method
177 (&peer_public_key.to_point::<P192r1>() * &self.to_bigint()).to_bytes() in shared_secret()
180 (&peer_public_key.to_point::<P256r1>() * &self.to_bigint()).to_bytes() in shared_secret()