Home
last modified time | relevance | path

Searched refs:crypto_bignum_div (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h618 int crypto_bignum_div(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1179 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
Dcrypto_openssl.c1445 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/
Dcrypto.h625 int crypto_bignum_div(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1185 int crypto_bignum_div(const struct crypto_bignum *a, in crypto_bignum_div() function
Dcrypto_openssl.c1518 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/
Dsae.c250 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/
Dsae.c245 crypto_bignum_div(b, sae->tmp->order, b) < 0) in sae_test_pwd_seed_ffc()