Searched refs:crypto_bignum_is_one (Results 1 – 3 of 3) sorted by relevance
135 crypto_bignum_is_one(bn) || in sae_get_rand()372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) { in sae_test_pwd_seed_ffc()684 crypto_bignum_is_one(sae->tmp->own_commit_scalar)); in sae_derive_commit()770 crypto_bignum_is_one(K) || in sae_derive_k_ffc()974 crypto_bignum_is_one(peer_scalar) || in sae_parse_commit_scalar()1062 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()1074 !crypto_bignum_is_one(res)) { in sae_parse_commit_element_ffc()
614 int crypto_bignum_is_one(const struct crypto_bignum *a);
1104 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one() function