Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c166 crypto_bignum_is_one(bn) || in sae_get_rand()
416 is_val = crypto_bignum_is_one(pwe); in sae_test_pwd_seed_ffc()
803 crypto_bignum_is_one(sae->tmp->own_commit_scalar)); in sae_derive_commit()
891 crypto_bignum_is_one(K) || in sae_derive_k_ffc()
1152 crypto_bignum_is_one(peer_scalar) || in sae_parse_commit_scalar()
1242 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
1254 !crypto_bignum_is_one(res)) { in sae_parse_commit_element_ffc()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c495 crypto_bignum_is_one(scalar) || in eap_pwd_get_scalar()
525 !crypto_bignum_is_one(scalar)) in eap_pwd_get_rand_mask()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h666 int crypto_bignum_is_one(const struct crypto_bignum *a);
Dcrypto_wolfssl.c1213 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one() function
Dcrypto_openssl.c1491 int crypto_bignum_is_one(const struct crypto_bignum *a) in crypto_bignum_is_one() function