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

/external/dropbear/libtommath/
H A Dbn_mp_invmod.c19 int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h486 #define mp_invmod(a, b, c) ltc_mp.invmod(a, b, c) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c2173 /* {{{ mp_invmod(a, m, c) */
2176 mp_invmod(a, m, c)
2183 mp_err mp_invmod(mp_int *a, mp_int *m, mp_int *c) function
2216 } /* end mp_invmod() */
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c167 static int mp_invmod(mp_int * a, mp_int * b, mp_int * c);
613 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {
733 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
753 #error mp_invmod would always fail
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c167 static int mp_invmod(mp_int * a, mp_int * b, mp_int * c);
613 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {
733 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
753 #error mp_invmod would always fail
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c167 static int mp_invmod(mp_int * a, mp_int * b, mp_int * c);
613 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {
733 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
753 #error mp_invmod would always fail
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2544 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {
3665 int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function

Completed in 239 milliseconds