Searched refs:bignum_sub (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant/ |
D | bignum.h | 29 int bignum_sub(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 164 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub() function
|
D | rsa.c | 298 if (bignum_sub(a, b, tmp) < 0 || in crypto_rsa_exptmod()
|
/external/wpa_supplicant_8/src/tls/ |
D | bignum.h | 29 int bignum_sub(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 164 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub() function
|
D | rsa.c | 297 if (bignum_sub(a, b, tmp) < 0 || in crypto_rsa_exptmod()
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | bignum.h | 29 int bignum_sub(const struct bignum *a, const struct bignum *b,
|
D | bignum.c | 164 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub() function
|
D | rsa.c | 300 if (bignum_sub(a, b, tmp) < 0 || in crypto_rsa_exptmod()
|