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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.h79 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
H A Decl_mult.c310 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, function
H A Dec.c201 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