ECPoints_mul
CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) );
CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) );
MP_CHECKOK(ECPoints_mul
MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry));
(ECPoints_mul
(ECPoints_mul
mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
MP_CHECKOK(ECPoints_mul
MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry));
(ECPoints_mul
(ECPoints_mul