Searched refs:ECPoints_mul (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | ecp_test.c | 336 MP_CHECKOK(ECPoints_mul in ectest_curve_GFp() 338 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry)); in ectest_curve_GFp() 387 (ECPoints_mul in ectest_curve_GFp() 397 (ECPoints_mul in ectest_curve_GFp()
|
H A D | ec2_test.c | 374 MP_CHECKOK(ECPoints_mul in ectest_curve_GF2m() 376 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry)); in ectest_curve_GF2m() 425 (ECPoints_mul in ectest_curve_GF2m() 435 (ECPoints_mul in ectest_curve_GF2m()
|
H A D | ecl.h | 88 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
|
H A D | ecl_mult.c | 319 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()
|