Searched refs:bignum_mul (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | bignum.h | 25 int bignum_mul(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul() function
|
D | rsa.c | 310 if (bignum_mul(tmp, key->q, tmp) < 0 || in crypto_rsa_exptmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | bignum.h | 25 int bignum_mul(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul() function
|
D | rsa.c | 319 if (bignum_mul(tmp, key->q, tmp) < 0 || in crypto_rsa_exptmod()
|