Searched defs:mp_mulmod (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_mulmod.c19 int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h484 #define mp_mulmod(a, b, c, d) ltc_mp.mulmod(a, b, c, d) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c1575 /* {{{ mp_mulmod(a, b, m, c) */
1578 mp_mulmod(a, b, m, c)
1583 mp_err mp_mulmod(mp_int *a, mp_int *b, mp_int *m, mp_int *c) function
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
3087 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
3087 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function
3087 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2776 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {
5262 int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) function

Completed in 377 milliseconds