Searched refs:crypto_bignum_div (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 612 * crypto_bignum_div - c = a / b 618 int crypto_bignum_div(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1445 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
|
H A D | crypto_wolfssl.c | 1179 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/ |
H A D | crypto.h | 619 * crypto_bignum_div - c = a / b 625 int crypto_bignum_div(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1185 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
|
H A 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/ |
H A D | sae.c | 252 crypto_bignum_div(b, sae->tmp->order, b) < 0) in sae_test_pwd_seed_ffc() 1021 crypto_bignum_div(tmp, order, tmp) < 0 || in sae_derive_pt_ffc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 245 crypto_bignum_div(b, sae->tmp->order, b) < 0) in sae_test_pwd_seed_ffc()
|
Completed in 18 milliseconds