Searched defs:ec_GFp_mul_mont (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_mont.c76 meth->field_mul = &ec_GFp_mul_mont;
103 ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r, function
137 return ec_GFp_mul_mont(a, a, r, meth);

Completed in 29 milliseconds