Home
last modified time | relevance | path

Searched refs:crypto_bignum_is_zero (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A 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()
H A Dsae.c271 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()
688 /* TODO: Make sure crypto_bignum_is_zero() is constant time */ in sswu()
689 m_is_zero = const_time_eq(crypto_bignum_is_zero(t1), 1); in sswu()
751 is_qr = const_time_eq(crypto_bignum_is_zero(t1) | in sswu()
1919 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()
2009 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A 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()
H A Dsae.c264 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()
957 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()
1047 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.c399 if (!val || crypto_bignum_is_zero(val) || in eap_pwd_element_coord_ok()
457 if (!scalar || crypto_bignum_is_zero(scalar) || in eap_pwd_get_scalar()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pwd_common.c399 if (!val || crypto_bignum_is_zero(val) || in eap_pwd_element_coord_ok()
457 if (!scalar || crypto_bignum_is_zero(scalar) || in eap_pwd_get_scalar()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h690 * crypto_bignum_is_zero - Is the given bignum zero
694 int crypto_bignum_is_zero(const struct crypto_bignum *a);
H A Dcrypto_openssl.c1573 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
H A Dcrypto_wolfssl.c1255 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h697 * crypto_bignum_is_zero - Is the given bignum zero
701 int crypto_bignum_is_zero(const struct crypto_bignum *a);
H A Dcrypto_wolfssl.c1261 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
H A Dcrypto_openssl.c1646 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function

Completed in 37 milliseconds