Searched refs:ECPoints_mul (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecp_test.c | 334 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 D | ec2_test.c | 372 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 D | ecl.h | 86 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
|
H A D | ecl_mult.c | 317 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, in ECPoints_mul() function
|
H A D | ec.c | 200 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()
|