Searched refs:bignum_sub (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | bignum.h | 23 int bignum_sub(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 158 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub() function
|
D | rsa.c | 305 if (bignum_sub(a, b, tmp) < 0 || in crypto_rsa_exptmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | bignum.h | 23 int bignum_sub(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 158 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub() function
|
D | rsa.c | 314 if (bignum_sub(a, b, tmp) < 0 || in crypto_rsa_exptmod()
|