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 134 if (crypto_bignum_is_zero(bn) ||
189 if (crypto_bignum_is_zero(r)) {
372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
683 } while (crypto_bignum_is_zero(sae->tmp->own_commit_scalar) ||
973 if (crypto_bignum_is_zero(peer_scalar) ||
1061 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) ||
    [all...]
  /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 1098 int crypto_bignum_is_zero(const struct crypto_bignum *a) function

Completed in 30 milliseconds