HomeSort by relevance Sort by last modified time
    Searched refs:crypto_bignum_is_one (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
sae.c 136 crypto_bignum_is_one(bn) ||
278 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
576 crypto_bignum_is_one(K) ||
847 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) ||
859 !crypto_bignum_is_one(res)) {
  /external/wpa_supplicant_8/src/crypto/
crypto.h 616 * crypto_bignum_is_one - Is the given bignum one
620 int crypto_bignum_is_one(const struct crypto_bignum *a);
crypto_openssl.c 1009 int crypto_bignum_is_one(const struct crypto_bignum *a) function

Completed in 506 milliseconds