Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddragonfly.c189 !crypto_bignum_is_zero(val) && in dragonfly_get_rand_2_to_r_1()
208 !crypto_bignum_is_zero(scalar) && in dragonfly_generate_scalar()
Dsae.c271 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()
696 m_is_zero = const_time_eq(crypto_bignum_is_zero(t1), 1); in sswu()
758 is_qr = const_time_eq(crypto_bignum_is_zero(t1) | in sswu()
1928 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()
2020 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
/hostap-latest/src/eap_common/
Deap_pwd_common.c414 if (!val || crypto_bignum_is_zero(val) || in eap_pwd_element_coord_ok()
472 if (!scalar || crypto_bignum_is_zero(scalar) || in eap_pwd_get_scalar()
/hostap-latest/src/crypto/
Dcrypto.h692 int crypto_bignum_is_zero(const struct crypto_bignum *a);
Dcrypto_mbedtls_alt.c1364 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
Dcrypto_wolfssl.c1545 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
Dcrypto_openssl.c2182 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function