Searched refs:crypto_bignum_sub (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/common/ |
D | sae.c | 251 crypto_bignum_sub(sae->tmp->prime, b, b) < 0 || in sae_test_pwd_seed_ffc() 422 crypto_bignum_sub(sae->tmp->prime, y, y) < 0 || in sae_derive_pwe_ecc() 675 if (z_int < 0 && crypto_bignum_sub(prime, z, z) < 0) in sswu() 698 if (crypto_bignum_sub(prime, two, t2) < 0 || in sswu() 711 if (crypto_bignum_sub(prime, b, t1) < 0 || in sswu() 753 if (crypto_bignum_sub(prime, one, t1) < 0 || in sswu() 792 if (crypto_bignum_sub(prime, y, t1) < 0) in sswu() 1015 crypto_bignum_sub(prime, two, tmp) < 0 || in sae_derive_pt_ffc() 1027 crypto_bignum_sub(prime, one, tmp) < 0 || in sae_derive_pt_ffc() 1184 crypto_bignum_sub(order, one, tmp) < 0 || in sae_derive_pwe_from_pt_ecc() [all …]
|
D | dragonfly.c | 99 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
|
/hostap-latest/src/eap_common/ |
D | eap_pwd_common.c | 275 crypto_bignum_sub(prime, y, y) < 0 || in compute_password_element()
|
/hostap-latest/src/crypto/ |
D | crypto.h | 616 int crypto_bignum_sub(const struct crypto_bignum *a,
|
D | crypto_mbedtls_alt.c | 1282 int crypto_bignum_sub(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_sub() function
|
D | crypto_wolfssl.c | 1466 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
|
D | crypto_openssl.c | 2066 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
|