Searched refs:other_public_key (Results 1 – 1 of 1) sorted by relevance
62 other_public_key: &[u8], in agree_key()70 let other_public_key = ec_point_oct_to_point(other_public_key) in agree_key() localVariable72 let secret = ecdh_compute_key(other_public_key.get_point(), &self.0) in agree_key()