Searched refs:ECPoints_mul (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.h108 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
H A Decp_test.c334 MP_CHECKOK(ECPoints_mul
336 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry));
339 (" (order-1)*P + (order-1)*P + P == (order-1)*P (ECPoints_mul):\n");
385 (ECPoints_mul
395 (ECPoints_mul
H A Dec2_test.c372 MP_CHECKOK(ECPoints_mul
374 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry));
377 (" (order-1)*P + (order-1)*P + P == (order-1)*P (ECPoints_mul):\n");
423 (ECPoints_mul
433 (ECPoints_mul
H A Decl_mult.c318 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, function
H A Dec.c195 CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) );
197 CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) );

Completed in 19 milliseconds