Home
last modified time | relevance | path

Searched refs:crypto_bignum_sub (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/src/common/
Dsae.c251 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 …]
Ddragonfly.c99 crypto_bignum_sub(prime, one, pm1) < 0 || in dragonfly_get_rand_1_to_p_1()
/hostap-latest/src/eap_common/
Deap_pwd_common.c275 crypto_bignum_sub(prime, y, y) < 0 || in compute_password_element()
/hostap-latest/src/crypto/
Dcrypto.h616 int crypto_bignum_sub(const struct crypto_bignum *a,
Dcrypto_mbedtls_alt.c1282 int crypto_bignum_sub(const struct crypto_bignum *a, const struct crypto_bignum *b, struct crypto_b… in crypto_bignum_sub() function
Dcrypto_wolfssl.c1466 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function
Dcrypto_openssl.c2066 int crypto_bignum_sub(const struct crypto_bignum *a, in crypto_bignum_sub() function