Home
last modified time | relevance | path

Searched refs:crypto_bignum_is_one (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddragonfly.c187 !crypto_bignum_is_one(val); in dragonfly_get_rand_2_to_r_1()
206 !crypto_bignum_is_one(scalar)) in dragonfly_generate_scalar()
Dsae.c271 is_val = crypto_bignum_is_one(pwe); in sae_test_pwd_seed_ffc()
750 crypto_bignum_is_one(t1), 1); in sswu()
1492 crypto_bignum_is_one(K) || in sae_derive_k_ffc()
1899 crypto_bignum_is_one(peer_scalar) || in sae_parse_commit_scalar()
1989 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
2001 !crypto_bignum_is_one(res)) { in sae_parse_commit_element_ffc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h690 int crypto_bignum_is_one(const struct crypto_bignum *a);
Dcrypto_wolfssl.c1254 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one() function
Dcrypto_openssl.c1567 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one() function
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c432 crypto_bignum_is_one(scalar) || in eap_pwd_get_scalar()