Lines Matching refs:shortw_curve_params
741 const ec_params *shortw_curve_params, in eddsa_import_priv_key() argument
750 MUST_HAVE((priv_key != NULL) && (buf != NULL) && (shortw_curve_params != NULL), ret, err); in eddsa_import_priv_key()
766 priv_key->params = shortw_curve_params; in eddsa_import_priv_key()
866 const ec_params *shortw_curve_params, argument
893 MUST_HAVE((pub_key != NULL) && (shortw_curve_params != NULL) && (buf != NULL), ret, err);
908 shortw_curve = &(shortw_curve_params->ec_curve);
909 alpha_montgomery = &(shortw_curve_params->ec_alpha_montgomery);
910 gamma_montgomery = &(shortw_curve_params->ec_gamma_montgomery);
911 alpha_edwards = &(shortw_curve_params->ec_alpha_edwards);
926 nn_src_t gen_order = &(shortw_curve_params->ec_gen_order);
948 pub_key->params = shortw_curve_params;
1033 const ec_params *shortw_curve_params,
1042 shortw_curve_params, sig_type); EG(ret, err);