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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c279 mp_bmul(const mp_int *a, const mp_int *b, mp_int *c) function
431 if ((res = mp_bmul(a, b, r) ) != MP_OKAY)

Completed in 31 milliseconds