Home
last modified time | relevance | path

Searched refs:dragonfly_sqrt (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddragonfly.h30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
Ddragonfly.c219 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt() function
Dsae.c416 dragonfly_sqrt(sae->tmp->ec, y, y) < 0 || in sae_derive_pwe_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddragonfly.h30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
Ddragonfly.c219 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt() function
Dsae.c410 dragonfly_sqrt(sae->tmp->ec, y, y) < 0 || in sae_derive_pwe_ecc()
771 if (!y || dragonfly_sqrt(ec, v, y) < 0) in sswu()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pwd_common.c273 dragonfly_sqrt(grp->group, y, y) < 0 || in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pwd_common.c273 dragonfly_sqrt(grp->group, y, y) < 0 || in compute_password_element()