Searched refs:crypto_bignum_is_one (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/common/
H A Dsae.c135 crypto_bignum_is_one(bn) ||
372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
684 crypto_bignum_is_one(sae->tmp->own_commit_scalar));
770 crypto_bignum_is_one(K) ||
974 crypto_bignum_is_one(peer_scalar) ||
1062 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) ||
1074 !crypto_bignum_is_one(res)) {
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h610 * crypto_bignum_is_one - Is the given bignum one
614 int crypto_bignum_is_one(const struct crypto_bignum *a);
H A Dcrypto_openssl.c1118 int crypto_bignum_is_one(const struct crypto_bignum *a) function

Completed in 59 milliseconds