Searched refs:aff_pt_edwards_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 61 typedef aff_pt_edwards *aff_pt_edwards_t; typedef 62 typedef const aff_pt_edwards_t aff_pt_edwards_src_t; 65 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve); 66 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_init_from_coords(aff_pt_edwards_t in, 69 void aff_pt_edwards_uninit(aff_pt_edwards_t in); 72 ATTRIBUTE_WARN_UNUSED_RET int ec_edwards_aff_copy(aff_pt_edwards_t out, aff_pt_edwards_src_t in); 74 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_import_from_buf(aff_pt_edwards_t pt, 89 …o_edwards(aff_pt_src_t in_shortw, ec_edwards_crv_src_t edwards_crv, aff_pt_edwards_t out_edwards, … 132 …t_montgomery_src_t in_montgomery, ec_edwards_crv_src_t edwards_crv, aff_pt_edwards_t out_edwards, …
|
H A D | prj_pt.h | 82 aff_pt_edwards_t out_edwards,
|
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt_edwards.c | 40 int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve) in aff_pt_edwards_init() 63 int aff_pt_edwards_init_from_coords(aff_pt_edwards_t in, in aff_pt_edwards_init_from_coords() 84 void aff_pt_edwards_uninit(aff_pt_edwards_t in) in aff_pt_edwards_uninit() 174 int ec_edwards_aff_copy(aff_pt_edwards_t out, aff_pt_edwards_src_t in) in ec_edwards_aff_copy() 225 int aff_pt_edwards_import_from_buf(aff_pt_edwards_t pt, in aff_pt_edwards_import_from_buf() 622 aff_pt_edwards_t out_edwards, in aff_pt_montgomery_to_edwards() 736 aff_pt_edwards_t out_edwards, in aff_pt_shortw_to_edwards()
|
H A D | prj_pt.c | 2006 aff_pt_edwards_t out_edwards, in prj_pt_shortw_to_aff_pt_edwards()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | eddsa.c | 427 ATTRIBUTE_WARN_UNUSED_RET static int eddsa_decode_point(aff_pt_edwards_t out, ec_edwards_crv_src_t … in eddsa_decode_point()
|