Home
last modified time | relevance | path

Searched refs:crypto_bignum_sub (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c251 crypto_bignum_sub(sae->tmp->prime, b, b) < 0 || in sae_test_pwd_seed_ffc()
415 crypto_bignum_sub(sae->tmp->prime, y, y) < 0 || in sae_derive_pwe_ecc()
668 if (z_int < 0 && crypto_bignum_sub(prime, z, z) < 0) in sswu()
691 if (crypto_bignum_sub(prime, two, t2) < 0 || in sswu()
704 if (crypto_bignum_sub(prime, b, t1) < 0 || in sswu()
746 if (crypto_bignum_sub(prime, one, t1) < 0 || in sswu()
785 if (crypto_bignum_sub(prime, y, t1) < 0) in sswu()
1008 crypto_bignum_sub(prime, two, tmp) < 0 || in sae_derive_pt_ffc()
1020 crypto_bignum_sub(prime, one, tmp) < 0 || in sae_derive_pt_ffc()
1177 crypto_bignum_sub(orde in sae_derive_pwe_from_pt_ecc()
[all...]
H A Ddragonfly.c96 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddragonfly.c96 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
H A Dsae.c244 crypto_bignum_sub(sae->tmp->prime, b, b) < 0 || in sae_test_pwd_seed_ffc()
419 crypto_bignum_sub(sae->tmp->prime, y, y) < 0 || in sae_derive_pwe_ecc()
1046 crypto_bignum_sub(sae->tmp->prime, one, res) || in sae_parse_commit_element_ffc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h601 * crypto_bignum_sub - c = a - b
607 int crypto_bignum_sub(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1434 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
H A Dcrypto_wolfssl.c1167 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.c275 crypto_bignum_sub(prime, y, y) < 0 || in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h608 * crypto_bignum_sub - c = a - b
614 int crypto_bignum_sub(const struct crypto_bignum *a,
H A Dcrypto_wolfssl.c1173 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
H A Dcrypto_openssl.c1507 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pwd_common.c275 crypto_bignum_sub(prime, y, y) < 0 || in compute_password_element()

Completed in 21 milliseconds