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 D | sae.c | 251 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 D | dragonfly.c | 96 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 D | dragonfly.c | 96 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
|
H A D | sae.c | 244 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 D | crypto.h | 601 * crypto_bignum_sub - c = a - b 607 int crypto_bignum_sub(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1434 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
|
H A D | crypto_wolfssl.c | 1167 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 D | eap_pwd_common.c | 275 crypto_bignum_sub(prime, y, y) < 0 || in compute_password_element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 608 * crypto_bignum_sub - c = a - b 614 int crypto_bignum_sub(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1173 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
|
H A D | crypto_openssl.c | 1507 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 D | eap_pwd_common.c | 275 crypto_bignum_sub(prime, y, y) < 0 || in compute_password_element()
|
Completed in 26 milliseconds