Home
last modified time | relevance | path

Searched refs:crypto_ec_get_order (Results 1 – 11 of 11) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pwd_common.c452 order = crypto_ec_get_order(group->group); in eap_pwd_get_scalar()
473 return dragonfly_generate_scalar(crypto_ec_get_order(group->group), in eap_pwd_get_rand_mask()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pwd_common.c452 order = crypto_ec_get_order(group->group); in eap_pwd_get_scalar()
473 return dragonfly_generate_scalar(crypto_ec_get_order(group->group), in eap_pwd_get_rand_mask()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h774 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
Dcrypto_wolfssl.c1437 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
Dcrypto_openssl.c1761 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h789 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
Dcrypto_wolfssl.c1443 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
Dcrypto_openssl.c1834 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c1050 q = crypto_ec_get_order(ec); in dpp_auth_derive_l_responder()
1711 q = crypto_ec_get_order(ec); in dpp_reconfig_derive_ke_responder()
2226 q = crypto_ec_get_order(ec); in dpp_gen_reconfig_id()
2270 q = crypto_ec_get_order(id->ec); in dpp_update_reconfig_id()
Dsae.c51 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()
1170 order = crypto_ec_get_order(pt->ec); in sae_derive_pwe_from_pt_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c49 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()