Home
last modified time | relevance | path

Searched defs:mp_exptmod (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) macro
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c591 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() function