Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/lmp/src/
Dec.rs157 fn to_bigint(&self) -> BigInt { in to_bigint() method
164 Point::<P192r1>::generate_public_key(&self.to_bigint()).to_bytes() in derive()
167 Point::<P256r1>::generate_public_key(&self.to_bigint()).to_bytes() in derive()
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()