ECPoint_mul
MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry));
MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry));
MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry));
MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry));
(ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)),
(ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)),
(ECPoint_mul(group, &n, &gx, &gy, &rx, &ry)),
mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
return ECPoint_mul(group, k2, px, py, rx, ry);
return ECPoint_mul(group, k1, NULL, NULL, rx, ry);
MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy));
MP_CHECKOK(ECPoint_mul(group, k2, px, py, rx, ry));
return ECPoint_mul(group, k2, px, py, rx, ry);
return ECPoint_mul(group, k1, NULL, NULL, rx, ry);
MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
return ECPoint_mul(group, k2, px, py, rx, ry);
return ECPoint_mul(group, k1, NULL, NULL, rx, ry);
MP_CHECKOK(ECPoint_mul(group, &order_1, NULL, NULL, &rx, &ry));
MP_CHECKOK(ECPoint_mul(group, &order_1, &gx, &gy, &rx, &ry));
MP_CHECKOK(ECPoint_mul(group, &group->order, NULL, NULL, &rx, &ry));
MP_CHECKOK(ECPoint_mul(group, &group->order, &gx, &gy, &rx, &ry));
(ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)),
(ECPoint_mul(group, &n, NULL, NULL, &rx, &ry)),
(ECPoint_mul(group, &n, &gx, &gy, &rx, &ry)),