Home
last modified time | relevance | path

Searched refs:the_curve_const_parameters (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_ecdh.c101 const ec_str_params *the_curve_const_parameters; in ECDH_helper() local
142 (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()
H A Dcurve_basic_examples.c127 const ec_str_params *the_curve_const_parameters; in check_curve() local
139 (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()