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

  /external/wpa_supplicant_8/src/common/
sae.c 135 if (crypto_bignum_is_zero(bn) ||
280 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
779 if (crypto_bignum_is_zero(peer_scalar) ||
860 if (crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) ||
  /external/wpa_supplicant_8/src/crypto/
crypto.h 603 * crypto_bignum_is_zero - Is the given bignum zero
607 int crypto_bignum_is_zero(const struct crypto_bignum *a);
crypto_openssl.c 1002 int crypto_bignum_is_zero(const struct crypto_bignum *a) function

Completed in 362 milliseconds