Searched refs:verify_affine_point_is_on_the_curve (Results 1 – 3 of 3) sorted by relevance
18 use super::{ops::*, verify_affine_point_is_on_the_curve};54 verify_affine_point_is_on_the_curve(ops.common, (&x, &y))?; in parse_uncompressed_point()
18 use super::{ops::*, verify_affine_point_is_on_the_curve};180 verify_affine_point_is_on_the_curve(ops.common, (&x_aff, &y_aff))?; in affine_from_jacobian()
32 fn verify_affine_point_is_on_the_curve( in verify_affine_point_is_on_the_curve() function