Searched defs:bignum_exptmod (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant/
H A Dbignum.c214 * bignum_exptmod - Modular exponentiation: d = a^b (mod c)
221 int bignum_exptmod(const struct bignum *a, const struct bignum *b, function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dbignum.c214 * bignum_exptmod - Modular exponentiation: d = a^b (mod c)
221 int bignum_exptmod(const struct bignum *a, const struct bignum *b, function

Completed in 11 milliseconds