Searched refs:dragonfly_sqrt (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dragonfly.h | 30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
|
D | dragonfly.c | 219 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt() function
|
D | sae.c | 416 dragonfly_sqrt(sae->tmp->ec, y, y) < 0 || in sae_derive_pwe_ecc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dragonfly.h | 30 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val,
|
D | dragonfly.c | 219 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt() function
|
D | sae.c | 410 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/ |
D | eap_pwd_common.c | 273 dragonfly_sqrt(grp->group, y, y) < 0 || in compute_password_element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pwd_common.c | 273 dragonfly_sqrt(grp->group, y, y) < 0 || in compute_password_element()
|