Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dbignum.h31 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()