Searched refs:ec_GFp_mul_mont (Results 1 - 2 of 2) 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);
H A Decl-priv.h253 mp_err ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r,

Completed in 22 milliseconds