Searched refs:mp_sub (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_384.c174 MP_CHECKOK(mp_sub(r, &m[7], r));
175 MP_CHECKOK(mp_sub(r, &m[8], r));
243 MP_CHECKOK(mp_sub(r, &m[7], r));
244 MP_CHECKOK(mp_sub(r, &m[8], r));
H A Decp_256.c239 MP_CHECKOK(mp_sub(r, &meth->irr, r));
249 MP_CHECKOK(mp_sub(r, &meth->irr, r));
255 MP_CHECKOK(mp_sub(r, &meth->irr, r));
378 /* very rare, just use mp_sub */
379 MP_CHECKOK(mp_sub(r, &meth->irr, r));
H A Dmpi.c764 /* {{{ mp_sub(a, b, c) */
767 mp_sub(a, b, c)
772 mp_err mp_sub(const mp_int *a, const mp_int *b, mp_int *c) function
802 } /* end mp_sub() */
1348 (res = mp_sub(&t, a, &t)) != MP_OKAY)
1362 if((res = mp_sub(&x, &t, &x)) != MP_OKAY)
1427 if((res = mp_sub(a, b, c)) != MP_OKAY)
1851 if((res = mp_sub(&u, &v, &t)) != MP_OKAY)
1983 MP_CHECKOK( mp_sub(&B, &xc, &B) );
1996 MP_CHECKOK( mp_sub(
[all...]
H A Decl_gf.c218 return mp_sub(r, &meth->irr, r);
233 return mp_sub(&meth->irr, a, r);
244 res = mp_sub(a, b, r);
246 MP_CHECKOK(mp_sub(b, a, r));
H A Dmpi.h275 mp_err mp_sub(const mp_int *a, const mp_int *b, mp_int *c);
H A Dec.c411 CHECK_MPI_OK( mp_sub(&order_1, &one, &order_1) );

Completed in 1193 milliseconds