Home
last modified time | relevance | path

Searched defs:mp_mulmod (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_mulmod.c19 int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h484 #define mp_mulmod(a, b, c, d) ltc_mp.mulmod(a, b, c, d) macro
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c535 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c527 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
/external/dropbear/libtommath/mtest/
Dmpi.c1583 mp_err mp_mulmod(mp_int *a, mp_int *b, mp_int *m, mp_int *c) in mp_mulmod() function
/external/dropbear/libtommath/pre_gen/
Dmpi.c5262 int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function