Searched refs:bignum_mulmod (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | bignum.h | 27 int bignum_mulmod(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 195 int bignum_mulmod(const struct bignum *a, const struct bignum *b, in bignum_mulmod() function
|
D | rsa.c | 315 bignum_mulmod(tmp, key->iqmp, key->p, tmp) < 0) in crypto_rsa_exptmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | bignum.h | 27 int bignum_mulmod(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 195 int bignum_mulmod(const struct bignum *a, const struct bignum *b, in bignum_mulmod() function
|
D | rsa.c | 306 bignum_mulmod(tmp, key->iqmp, key->p, tmp) < 0) in crypto_rsa_exptmod()
|