Searched refs:crypto_bignum_is_zero (Results 1 – 3 of 3) sorted by relevance
135 if (crypto_bignum_is_zero(bn) || in sae_get_rand()280 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) { in sae_test_pwd_seed_ffc()779 if (crypto_bignum_is_zero(peer_scalar) || in sae_parse_commit_scalar()860 if (crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
607 int crypto_bignum_is_zero(const struct crypto_bignum *a);
998 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function