Home
last modified time | relevance | path

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

/hostap-latest/src/eap_common/
Deap_pwd_common.c467 order = crypto_ec_get_order(group->group); in eap_pwd_get_scalar()
488 return dragonfly_generate_scalar(crypto_ec_get_order(group->group), in eap_pwd_get_rand_mask()
/hostap-latest/src/common/
Ddpp_crypto.c1070 q = crypto_ec_get_order(ec); in dpp_auth_derive_l_responder()
1734 q = crypto_ec_get_order(ec); in dpp_reconfig_derive_ke_responder()
2254 q = crypto_ec_get_order(ec); in dpp_gen_reconfig_id()
2298 q = crypto_ec_get_order(id->ec); in dpp_update_reconfig_id()
Dsae.c53 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()
1179 order = crypto_ec_get_order(pt->ec); in sae_derive_pwe_from_pt_ecc()
/hostap-latest/src/crypto/
Dcrypto.h780 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
Dcrypto_mbedtls_alt.c2040 const struct crypto_bignum *crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
Dcrypto_wolfssl.c1805 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
Dcrypto_openssl.c2410 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function