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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmplogic.h68 mp_err mpl_lsh(const mp_int *a, mp_int *b, mp_digit d); /* left shift */
H A Dmplogic.c67 mpl_lsh(a, b, d) - b = a << d
89 /* {{{ mpl_lsh(a, b, d) */
91 mp_err mpl_lsh(const mp_int *a, mp_int *b, mp_digit d) function
102 } /* end mpl_lsh() */
H A Decp_mont.c169 MP_CHECKOK(mpl_lsh(a, r, mmm->b));

Completed in 38 milliseconds