Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/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.c262 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()
640 m_is_zero = const_time_eq(crypto_bignum_is_zero(t1), 1); in sswu()
702 is_qr = const_time_eq(crypto_bignum_is_zero(tmp) | in sswu()
1839 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()
1930 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c215 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h710 int crypto_bignum_is_zero(const struct crypto_bignum *a);