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

/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dbignum.c218 if (mp_exptmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d)
H A Dlibtommath.c586 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
624 err = mp_exptmod(&tmpG, &tmpX, P, Y);
628 #error mp_exptmod would always fail
667 #error mp_exptmod could fail
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A 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)

Completed in 81 milliseconds