Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddragonfly.c186 !crypto_bignum_is_zero(val) && in dragonfly_get_rand_2_to_r_1()
205 !crypto_bignum_is_zero(scalar) && in dragonfly_generate_scalar()
Dsae.c269 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()
687 m_is_zero = const_time_eq(crypto_bignum_is_zero(t1), 1); in sswu()
749 is_qr = const_time_eq(crypto_bignum_is_zero(t1) | in sswu()
1898 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()
1988 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c373 if (!val || crypto_bignum_is_zero(val) || in eap_pwd_element_coord_ok()
431 if (!scalar || crypto_bignum_is_zero(scalar) || in eap_pwd_get_scalar()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h683 int crypto_bignum_is_zero(const struct crypto_bignum *a);
Dcrypto_wolfssl.c1248 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
Dcrypto_openssl.c1561 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function