Home
last modified time | relevance | path

Searched refs:ec_shortw_crv_init (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Dec_shortw.h42 ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_crv_init(ec_shortw_crv_t crv, fp_src_t a, fp_src_t b, nn_sr…
/freebsd/crypto/libecc/src/curves/
H A Dec_shortw.c41 int ec_shortw_crv_init(ec_shortw_crv_t crv, fp_src_t a, fp_src_t b, nn_src_t order) in ec_shortw_crv_init() function
H A Dec_params.c122 ret = ec_shortw_crv_init(&(out_params->ec_curve), &tmp_a, &tmp_b, &tmp_curve_order); EG(ret, err); in import_params()
H A Daff_pt_montgomery.c344 ret = ec_shortw_crv_init(shortw_crv, &a, &b, &(montgomery_crv->order)); in curve_montgomery_to_shortw()