Lines Matching full:order
166 MP_CHECKOK(mp_sub(&group->order, &one, &order_1)); in ectest_curve_GF2m()
194 /* multiply base point by order - 1 and check for negative of base in ectest_curve_GF2m()
199 printf(" (order-1)*P (affine):\n"); in ectest_curve_GF2m()
214 /* multiply base point by order - 1 and check for negative of base in ectest_curve_GF2m()
219 printf(" (order-1)*P (montgomery):\n"); in ectest_curve_GF2m()
234 /* multiply base point by order - 1 and check for negative of base in ectest_curve_GF2m()
239 printf(" (order-1)*P (projective):\n"); in ectest_curve_GF2m()
254 /* multiply base point by order - 1 and check for negative of base in ectest_curve_GF2m()
258 printf(" (order-1)*P (ECPoint_mul):\n"); in ectest_curve_GF2m()
271 /* multiply base point by order - 1 and check for negative of base in ectest_curve_GF2m()
275 printf(" (order-1)*P (ECPoint_mul):\n"); in ectest_curve_GF2m()
289 /* multiply base point by order and check for point at infinity */ in ectest_curve_GF2m()
291 (&group->order, &group->genx, &group->geny, &rx, &ry, in ectest_curve_GF2m()
294 printf(" (order)*P (affine):\n"); in ectest_curve_GF2m()
307 /* multiply base point by order and check for point at infinity */ in ectest_curve_GF2m()
309 (&group->order, &group->genx, &group->geny, &rx, &ry, in ectest_curve_GF2m()
312 printf(" (order)*P (montgomery):\n"); in ectest_curve_GF2m()
325 /* multiply base point by order and check for point at infinity */ in ectest_curve_GF2m()
327 (&group->order, &group->genx, &group->geny, &rx, &ry, in ectest_curve_GF2m()
330 printf(" (order)*P (projective):\n"); in ectest_curve_GF2m()
343 /* multiply base point by order and check for point at infinity */ in ectest_curve_GF2m()
344 MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry)); in ectest_curve_GF2m()
346 printf(" (order)*P (ECPoint_mul):\n"); in ectest_curve_GF2m()
358 /* multiply base point by order and check for point at infinity */ in ectest_curve_GF2m()
359 MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry)); in ectest_curve_GF2m()
361 printf(" (order)*P (ECPoint_mul):\n"); in ectest_curve_GF2m()
373 /* check that (order-1)P + (order-1)P + P == (order-1)P */ in ectest_curve_GF2m()
379 (" (order-1)*P + (order-1)*P + P == (order-1)*P (ECPoints_mul):\n"); in ectest_curve_GF2m()