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) ||
278 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
765 if (crypto_bignum_is_zero(peer_scalar) ||
846 if (crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) ||
  /external/wpa_supplicant_8/src/crypto/
crypto.h 609 * crypto_bignum_is_zero - Is the given bignum zero
613 int crypto_bignum_is_zero(const struct crypto_bignum *a);
crypto_openssl.c 1003 int crypto_bignum_is_zero(const struct crypto_bignum *a) function

Completed in 24 milliseconds