Home
last modified time | relevance | path

Searched refs:crypto_ec_order_len (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/eap_server/
Deap_server_pwd.c251 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_build_commit_req()
331 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_build_confirm_req()
671 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_process_commit_resp()
765 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_process_confirm_resp()
/hostap-latest/src/eap_common/
Deap_pwd_common.c342 order_len = crypto_ec_order_len(grp->group); in compute_keys()
468 order_len = crypto_ec_order_len(group->group); in eap_pwd_get_scalar()
/hostap-latest/src/eap_peer/
Deap_pwd.c384 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_perform_commit_exchange()
714 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_perform_confirm_exchange()
/hostap-latest/src/crypto/
Dcrypto.h766 size_t crypto_ec_order_len(struct crypto_ec *e);
Dcrypto_mbedtls_alt.c2030 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() function
Dcrypto_wolfssl.c1793 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() function
Dcrypto_openssl.c2398 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() function
/hostap-latest/src/common/
Dsae.c52 tmp->order_len = crypto_ec_order_len(tmp->ec); in sae_set_group()