Home | History | Annotate | Download | only in libmincrypt

Lines Matching refs:in_y

1239 /* p256_points_mul_vartime sets {out_x,out_y} = n1*G + n2*{in_x,in_y}, where
1247 const p256_int* in_y, p256_int* out_x, p256_int* out_y) {
1258 to_montgomery(py, in_y);