Searched refs:the_curve_const_parameters (Results 1 – 2 of 2) sorted by relevance
101 const ec_str_params *the_curve_const_parameters; in ECDH_helper() local142 (u8)len, &the_curve_const_parameters); EG(ret, err); in ECDH_helper()144 if (the_curve_const_parameters == NULL) { in ECDH_helper()151 ret = import_params(&curve_params, the_curve_const_parameters); EG(ret, err); in ECDH_helper()
127 const ec_str_params *the_curve_const_parameters; in check_curve() local139 (u8)len, &the_curve_const_parameters); EG(ret, err); in check_curve()143 if (the_curve_const_parameters == NULL) { in check_curve()150 ret = import_params(&curve_params, the_curve_const_parameters); EG(ret, err); in check_curve()