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

/external/dropbear/libtommath/
H A Dbn_mp_mod_2d.c20 mp_mod_2d (mp_int * a, int b, mp_int * c) function
/external/wpa_supplicant/
H A Dlibtommath.c121 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
983 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
1502 static int mp_mod_2d (mp_int * a, int b, mp_int * c) function
2025 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c148 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
1031 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
1558 static int mp_mod_2d (mp_int * a, int b, mp_int * c) function
2283 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c1964 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
4597 mp_mod_2d (mp_int * a, int b, mp_int * c) function
6617 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
7861 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
7869 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);
7877 if ((res = mp_mod_2d(b, DIGIT_BIT * B, &b0)) != MP_OKAY) {
7885 mp_mod_2d(&b1, DIGIT_BIT * B, &b1);
8142 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
8150 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);

Completed in 257 milliseconds