Home
last modified time | relevance | path

Searched refs:mp_exptmod (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dbignum.c218 if (mp_exptmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d) in bignum_exptmod()
Dlibtommath.c591 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() function
629 err = mp_exptmod(&tmpG, &tmpX, P, Y); in mp_exptmod()
633 #error mp_exptmod would always fail in mp_exptmod()
672 #error mp_exptmod could fail in mp_exptmod()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_libtomcrypt.c21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
711 if (mp_exptmod(b, p, m, r) != CRYPT_OK) in crypto_mod_exp()