Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs150 fn to_bigint(&self) -> BigInt { in to_bigint() method
157 Point::<P192r1>::generate_public_key(&self.to_bigint()).to_bytes() in derive()
160 Point::<P256r1>::generate_public_key(&self.to_bigint()).to_bytes() in derive()
170 (&peer_public_key.to_point::<P192r1>() * &self.to_bigint()).to_bytes() in shared_secret()
173 (&peer_public_key.to_point::<P256r1>() * &self.to_bigint()).to_bytes() in shared_secret()