Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddragonfly.h30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
Ddragonfly.c222 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt() function
Dsae.c419 dragonfly_sqrt(sae->tmp->ec, y, y) < 0 || in sae_derive_pwe_ecc()
780 if (!y || dragonfly_sqrt(ec, v, y) < 0) in sswu()
/hostap-latest/src/eap_common/
Deap_pwd_common.c273 dragonfly_sqrt(grp->group, y, y) < 0 || in compute_password_element()