Searched refs:ec_shortw_crv_init (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | ec_shortw.h | 42 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 D | ec_shortw.c | 41 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 D | ec_params.c | 122 ret = ec_shortw_crv_init(&(out_params->ec_curve), &tmp_a, &tmp_b, &tmp_curve_order); EG(ret, err); in import_params()
|
H A D | aff_pt_montgomery.c | 344 ret = ec_shortw_crv_init(shortw_crv, &a, &b, &(montgomery_crv->order)); in curve_montgomery_to_shortw()
|