Home
last modified time | relevance | path

Searched refs:bignum_mul (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dbignum.h25 int bignum_mul(const struct bignum *a, const struct bignum *b,
Dbignum.c176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul() function
Drsa.c319 if (bignum_mul(tmp, key->q, tmp) < 0 || in crypto_rsa_exptmod()