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.c174 struct crypto_ec_point *pwe)
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
218 struct crypto_bignum *pwe)
269 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
280 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
173 sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, struct crypto_ec_point *pwe) argument
217 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.c174 struct crypto_ec_point *pwe)
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
218 struct crypto_bignum *pwe)
269 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
280 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
173 sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, struct crypto_ec_point *pwe) argument
217 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.c174 struct crypto_ec_point *pwe)
204 if (crypto_ec_point_solve_y_coord(sae->tmp->ec, pwe, x, y_bit) < 0) {
218 struct crypto_bignum *pwe)
269 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
280 if (crypto_bignum_is_zero(pwe) || crypto_bignum_is_one(pwe)) {
173 sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, struct crypto_ec_point *pwe) argument
217 sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, struct crypto_bignum *pwe) argument

Completed in 95 milliseconds