Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/ec/suite_b/
Dprivate_key.rs154 let z = ops.common.point_z(p); in affine_from_jacobian()
Dops.rs152 pub fn point_z(&self, p: &Point) -> Elem<R> { in point_z() method
1015 let actual_z = &cops.point_z(&actual_point); in assert_point_actual_equals_expected()
/external/rust/crates/ring/src/ec/
Dsuite_b.rs52 let z = ops.point_z(p); in verify_jacobian_point_is_on_the_curve()