Searched defs:pwe (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.h23 EC_POINT *pwe; member in struct:group_definition_
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.h23 EC_POINT *pwe; member in struct:group_definition_
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.h23 EC_POINT *pwe; member in struct:group_definition_
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c310 struct crypto_bignum *pwe)
361 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
309 sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, struct crypto_bignum *pwe) argument
/external/wpa_supplicant_8/src/common/
H A Dsae.c310 struct crypto_bignum *pwe)
361 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
309 sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, struct crypto_bignum *pwe) argument
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c310 struct crypto_bignum *pwe)
361 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
372 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
309 sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, struct crypto_bignum *pwe) argument

Completed in 101 milliseconds