Home
last modified time | relevance | path

Searched refs:aff_pt_t (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h32 typedef aff_pt *aff_pt_t; typedef
33 typedef const aff_pt_t aff_pt_src_t;
36 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve);
37 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_init_from_coords(aff_pt_t in,
40 void aff_pt_uninit(aff_pt_t in);
44 ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in);
48 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_import_from_buf(aff_pt_t pt,
88 …shortw(aff_pt_edwards_src_t in_edwards, ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw, fp_sr…
126 …shortw(aff_pt_montgomery_src_t in_montgomery, ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw);
H A Dprj_pt.h53 ATTRIBUTE_WARN_UNUSED_RET int prj_pt_to_aff(aff_pt_t out, prj_pt_src_t in);
/freebsd/crypto/libecc/src/curves/
H A Daff_pt.c39 int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve) in aff_pt_init()
61 int aff_pt_init_from_coords(aff_pt_t in, in aff_pt_init_from_coords()
81 void aff_pt_uninit(aff_pt_t in) in aff_pt_uninit()
200 int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in) in ec_shortw_aff_copy()
272 int aff_pt_import_from_buf(aff_pt_t pt, in aff_pt_import_from_buf()
H A Daff_pt_montgomery.c446 ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw) in aff_pt_montgomery_to_shortw()
H A Daff_pt_edwards.c707 aff_pt_t out_shortw, fp_src_t alpha_edwards) in aff_pt_edwards_to_shortw()
H A Dprj_pt.c218 int prj_pt_to_aff(aff_pt_t out, prj_pt_src_t in) in prj_pt_to_aff()