Searched refs:crypto_bignum_div (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto.h | 618 int crypto_bignum_div(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1179 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
|
D | crypto_openssl.c | 1445 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto.h | 625 int crypto_bignum_div(const struct crypto_bignum *a,
|
D | crypto_wolfssl.c | 1185 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
|
D | crypto_openssl.c | 1518 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | sae.c | 250 crypto_bignum_div(b, sae->tmp->order, b) < 0) in sae_test_pwd_seed_ffc() 1019 crypto_bignum_div(tmp, order, tmp) < 0 || in sae_derive_pt_ffc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | sae.c | 245 crypto_bignum_div(b, sae->tmp->order, b) < 0) in sae_test_pwd_seed_ffc()
|