Lines Matching refs:shortw_curve
872 ec_shortw_crv_src_t shortw_curve; local
908 shortw_curve = &(shortw_curve_params->ec_curve);
915 ret = curve_shortw_to_edwards(shortw_curve, &edwards_curve, alpha_montgomery,
922 ret = aff_pt_edwards_to_prj_pt_shortw(&_Tmp, shortw_curve, pub_key_y,
958 PTR_NULLIFY(shortw_curve);
979 ec_shortw_crv_src_t shortw_curve; local
990 shortw_curve = &(in_pub->params->ec_curve);
1010 ret = curve_shortw_to_edwards(shortw_curve, &edwards_curve, alpha_montgomery,
1019 PTR_NULLIFY(shortw_curve);
1237 ec_shortw_crv_src_t shortw_curve; local
1289 shortw_curve = &(priv_key->params->ec_curve);
1438 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
1517 PTR_NULLIFY(shortw_curve);
1564 ec_shortw_crv_src_t shortw_curve; local
1637 shortw_curve = &(priv_key->params->ec_curve);
1787 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
1873 PTR_NULLIFY(shortw_curve);
1928 ec_shortw_crv_src_t shortw_curve; local
1962 shortw_curve = &(pub_key->params->ec_curve);
2005 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
2012 ret = aff_pt_edwards_to_prj_pt_shortw(&R, shortw_curve, _R, alpha_edwards); EG(ret, err);
2058 PTR_NULLIFY(shortw_curve);
2295 ec_shortw_crv_src_t shortw_curve; local
2366 shortw_curve = &(pub_key->params->ec_curve);
2381 ret = prj_pt_init(&_R_sum, shortw_curve); EG(ret, err);
2383 ret = prj_pt_init(&_A_sum, shortw_curve); EG(ret, err);
2432 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
2439 ret = aff_pt_edwards_to_prj_pt_shortw(&R, shortw_curve, &_Tmp, alpha_edwards); EG(ret, err);
2552 PTR_NULLIFY(shortw_curve);
2597 ec_shortw_crv_src_t shortw_curve; local
2704 shortw_curve = &(pub_key->params->ec_curve);
2768 ret = curve_shortw_to_edwards(shortw_curve, &crv_edwards, alpha_montgomery,
2775 …ret = aff_pt_edwards_to_prj_pt_shortw(&R, shortw_curve, &elements[i].point, alpha_edwards); EG(ret…
2884 PTR_NULLIFY(shortw_curve);