Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c134 if (crypto_bignum_is_zero(bn) || in sae_get_rand()
189 if (crypto_bignum_is_zero(r)) { in get_rand_1_to_p_1()
372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) { in sae_test_pwd_seed_ffc()
683 } while (crypto_bignum_is_zero(sae->tmp->own_commit_scalar) || in sae_derive_commit()
975 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()
1063 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h630 int crypto_bignum_is_zero(const struct crypto_bignum *a);
Dcrypto_openssl.c1306 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function