Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_test.c334 MP_CHECKOK(ECPoints_mul in ectest_curve_GFp()
336 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry)); in ectest_curve_GFp()
385 (ECPoints_mul in ectest_curve_GFp()
395 (ECPoints_mul in ectest_curve_GFp()
H A Dec2_test.c372 MP_CHECKOK(ECPoints_mul in ectest_curve_GF2m()
374 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry)); in ectest_curve_GF2m()
423 (ECPoints_mul in ectest_curve_GF2m()
433 (ECPoints_mul in ectest_curve_GF2m()
H A Decl.h86 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
H A Decl_mult.c317 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, in ECPoints_mul() function
H A Dec.c200 CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) ); in ec_points_mul()
202 CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) ); in ec_points_mul()