Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c436 if (!val || crypto_bignum_is_zero(val) || in eap_pwd_element_coord_ok()
494 if (!scalar || crypto_bignum_is_zero(scalar) || in eap_pwd_get_scalar()
519 !crypto_bignum_is_zero(_rand) && in eap_pwd_get_rand_mask()
521 !crypto_bignum_is_zero(_mask) && in eap_pwd_get_rand_mask()
524 !crypto_bignum_is_zero(scalar) && in eap_pwd_get_rand_mask()
/external/wpa_supplicant_8/src/common/
Dsae.c165 if (crypto_bignum_is_zero(bn) || in sae_get_rand()
220 if (crypto_bignum_is_zero(r)) { in get_rand_1_to_p_1()
414 is_val = crypto_bignum_is_zero(pwe); in sae_test_pwd_seed_ffc()
802 } while (crypto_bignum_is_zero(sae->tmp->own_commit_scalar) || in sae_derive_commit()
1151 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()
1241 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h659 int crypto_bignum_is_zero(const struct crypto_bignum *a);
Dcrypto_wolfssl.c1207 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
Dcrypto_openssl.c1485 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function