Searched refs:mp_neg (Results 1 - 9 of 9) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_neg.c19 int mp_neg (mp_int * a, mp_int * b) function
H A Dbn_mp_exteuclid.c64 mp_neg(&u1, &u1);
65 mp_neg(&u2, &u2);
66 mp_neg(&u3, &u3);
H A Dtommath.h299 int mp_neg(mp_int *a, mp_int *b);
H A Dbn.tex837 if ((result = mp_neg(&number2, &number2)) != MP_OKAY) \{
895 if ((result = mp_neg(&number2, &number2)) != MP_OKAY) \{
1122 int mp_neg (mp_int * a, mp_int * b);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h450 #define mp_neg(a, b) ltc_mp.neg(a, b) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.h119 mp_err mp_neg(mp_int *a, mp_int *b);
H A Dmpi.c589 mp_neg(b, b);
827 /* {{{ mp_neg(a, b) */
830 mp_neg(a, b)
835 mp_err mp_neg(mp_int *a, mp_int *b) function
851 } /* end mp_neg() */
/external/dropbear/libtomcrypt/src/math/
H A Dltm_desc.c72 return mpi_to_ltc_error(mp_neg(a, b));
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c3006 mp_neg(&u1, &u1);
3007 mp_neg(&u2, &u2);
3008 mp_neg(&u3, &u3);
5442 int mp_neg (mp_int * a, mp_int * b) function

Completed in 535 milliseconds