Searched refs:crypto_ec_order_len (Results 1 – 7 of 7) sorted by relevance
316 order_len = crypto_ec_order_len(grp->group); in compute_keys()427 order_len = crypto_ec_order_len(group->group); in eap_pwd_get_scalar()
251 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_build_commit_req()328 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_build_confirm_req()660 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_process_commit_resp()754 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_process_confirm_resp()
749 size_t crypto_ec_order_len(struct crypto_ec *e);
1418 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() function
1737 size_t crypto_ec_order_len(struct crypto_ec *e) in crypto_ec_order_len() function
384 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_perform_commit_exchange()711 order_len = crypto_ec_order_len(data->grp->group); in eap_pwd_perform_confirm_exchange()
50 tmp->order_len = crypto_ec_order_len(tmp->ec); in sae_set_group()