Searched refs:crypto_bignum_is_zero (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c134 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) ||
975 if (crypto_bignum_is_zero(peer_scalar) ||
1063 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) ||
/external/wpa_supplicant_8/src/common/
H A Dsae.c134 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) ||
975 if (crypto_bignum_is_zero(peer_scalar) ||
1063 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) ||
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c134 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) ||
975 if (crypto_bignum_is_zero(peer_scalar) ||
1063 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) ||
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h629 * crypto_bignum_is_zero - Is the given bignum zero
633 int crypto_bignum_is_zero(const struct crypto_bignum *a);
H A Dcrypto_openssl.c1340 int crypto_bignum_is_zero(const struct crypto_bignum *a) function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h629 * crypto_bignum_is_zero - Is the given bignum zero
633 int crypto_bignum_is_zero(const struct crypto_bignum *a);
H A Dcrypto_openssl.c1340 int crypto_bignum_is_zero(const struct crypto_bignum *a) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h629 * crypto_bignum_is_zero - Is the given bignum zero
633 int crypto_bignum_is_zero(const struct crypto_bignum *a);
H A Dcrypto_openssl.c1340 int crypto_bignum_is_zero(const struct crypto_bignum *a) function

Completed in 146 milliseconds