HomeSort by relevance Sort by last modified time
    Searched defs:bignum_exptmod (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
bignum.c 214 * 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/
bignum.c 214 * bignum_exptmod - Modular exponentiation: d = a^b (mod c)
221 int bignum_exptmod(const struct bignum *a, const struct bignum *b, function

Completed in 39 milliseconds