Searched refs:dragonfly_sqrt (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/common/ |
D | dragonfly.h | 30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
|
D | dragonfly.c | 222 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt() function
|
D | sae.c | 419 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/ |
D | eap_pwd_common.c | 273 dragonfly_sqrt(grp->group, y, y) < 0 || in compute_password_element()
|