Searched refs:crypto_bignum_is_zero (Results 1 – 5 of 5) sorted by relevance
436 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()
165 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()
659 int crypto_bignum_is_zero(const struct crypto_bignum *a);
1207 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function
1485 int crypto_bignum_is_zero(const struct crypto_bignum *a) in crypto_bignum_is_zero() function