Searched refs:bignum_mul (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant/
H A Dbignum.h31 int bignum_mul(const struct bignum *a, const struct bignum *b,
H A Dbignum.c176 * bignum_mul - c = a * b
182 int bignum_mul(const struct bignum *a, const struct bignum *b, function
H A Drsa.c303 if (bignum_mul(tmp, key->q, tmp) < 0 ||
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dbignum.h31 int bignum_mul(const struct bignum *a, const struct bignum *b,
H A Dbignum.c176 * bignum_mul - c = a * b
182 int bignum_mul(const struct bignum *a, const struct bignum *b, function
H A Drsa.c305 if (bignum_mul(tmp, key->q, tmp) < 0 ||

Completed in 454 milliseconds