HomeSort by relevance Sort by last modified time
    Searched refs:bignum_mulmod (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/tls/
bignum.h 27 int bignum_mulmod(const struct bignum *a, const struct bignum *b,
bignum.c 188 * bignum_mulmod - d = a * b (mod c)
195 int bignum_mulmod(const struct bignum *a, const struct bignum *b, function
rsa.c 315 bignum_mulmod(tmp, key->iqmp, key->p, tmp) < 0)

Completed in 468 milliseconds