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

/freebsd-11-stable/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.c591 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) function
629 err = mp_exptmod(&tmpG, &tmpX, P, Y);
633 #error mp_exptmod would always fail
672 #error mp_exptmod could fail
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
753 if (mp_exptmod(b, p, m, r) != CRYPT_OK)
H A Dcrypto_wolfssl.c1130 return mp_exptmod((mp_int *) b, (mp_int *) e, (mp_int *) m,
1236 ret = mp_exptmod((mp_int *) a, &t, (mp_int *) p, &t);

Completed in 177 milliseconds