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

/external/dropbear/libtommath/
H A Dbn_mp_sub_d.c20 mp_sub_d (mp_int * a, mp_digit b, mp_int * c) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h473 #define mp_sub_d(a, b, c) ltc_mp.subi(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c562 /* {{{ mp_sub_d(a, d, b) */
565 mp_sub_d(a, d, b)
571 mp_err mp_sub_d(mp_int *a, mp_digit d, mp_int *b) function
600 } /* end mp_sub_d() */
1505 mp_sub_d(&x, 1, &x);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c905 res = mp_sub_d(a, b, c);
5391 if ((res = mp_sub_d (&t1, 1, &t1)) != MP_OKAY) {
5770 if ((err = mp_sub_d (&n1, 1, &n1)) != MP_OKAY) {
5919 if ((err = mp_sub_d(a, (a->dp[0] & 3) + 1, a)) != MP_OKAY) { return err; };
5924 if ((err = mp_sub_d(a, 1, a)) != MP_OKAY) {
6165 if ((err = mp_sub_d(a, 1, a)) != MP_OKAY) { goto error; }
7538 mp_sub_d (mp_int * a, mp_digit b, mp_int * c) function

Completed in 131 milliseconds