Searched refs:x_affine (Results 1 – 1 of 1) sorted by relevance
1231 felem x_affine, y_affine; in p256_base_point_mul() local1233 point_to_affine(x_affine, y_affine, x, y, z); in p256_base_point_mul()1234 from_montgomery(out_x, x_affine); in p256_base_point_mul()