Searched refs:mp_neg (Results 1 – 11 of 11) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_exteuclid.c | 64 mp_neg(&u1, &u1); in mp_exteuclid() 65 mp_neg(&u2, &u2); in mp_exteuclid() 66 mp_neg(&u3, &u3); in mp_exteuclid()
|
D | bn_mp_neg.c | 19 int mp_neg (mp_int * a, mp_int * b) in mp_neg() function
|
D | tommath.h | 299 int mp_neg(mp_int *a, mp_int *b);
|
D | changes.txt | 152 -- Martin Marcel noticed a bug in mp_neg() that allowed negative zeroes. 385 -- Added mp_cmp_mag, mp_neg, mp_abs and mp_radix_size that were missing.
|
D | bn.tex | 837 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/libtommath/mtest/ |
D | mpi.h | 119 mp_err mp_neg(mp_int *a, mp_int *b);
|
D | mpi.c | 589 mp_neg(b, b); in mp_sub_d() 835 mp_err mp_neg(mp_int *a, mp_int *b) in mp_neg() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 450 #define mp_neg(a, b) ltc_mp.neg(a, b) macro
|
/external/dropbear/libtomcrypt/src/math/ |
D | ltm_desc.c | 72 return mpi_to_ltc_error(mp_neg(a, b)); in neg()
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 3006 mp_neg(&u1, &u1); in mp_exteuclid() 3007 mp_neg(&u2, &u2); in mp_exteuclid() 3008 mp_neg(&u3, &u3); in mp_exteuclid() 5442 int mp_neg (mp_int * a, mp_int * b) in mp_neg() function
|
/external/dropbear/libtomcrypt/ |
D | changes | 188 -- Added mp_neg() to the math descriptors.
|