Searched refs:mp_div_3 (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_div_3.c20 mp_div_3 (mp_int * a, mp_int *c, mp_digit * d) function
H A Dbn_mp_div_d.c69 return mp_div_3(a, c, d);
H A Dbn_mp_toom_mul.c238 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
242 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {
H A Dbn_mp_toom_sqr.c182 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
186 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {
H A Dtommath.h346 int mp_div_3(mp_int *a, mp_int *c, mp_digit *d);
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2044 mp_div_3 (mp_int * a, mp_int *c, mp_digit * d) function
2176 return mp_div_3(a, c, d);
8058 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8062 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {
8290 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8294 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {
/external/dropbear/libtommath/demo/
H A Ddemo.c281 /* test mp_div_3 */
282 printf("Testing mp_div_3...\n");
291 mp_div_3(&a, &c, &r2);

Completed in 102 milliseconds