Searched refs:ECPoints_mul (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
H A D | ecl.h | 79 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
|
H A D | ecl_mult.c | 310 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, function
|
H A D | ec.c | 201 CHECK_MPI_OK( ECPoints_mul(group, k1, k2, &Px, &Py, &Qx, &Qy) ); 203 CHECK_MPI_OK( ECPoints_mul(group, k1, NULL, NULL, NULL, &Qx, &Qy) );
|
Completed in 31 milliseconds