Searched refs:aff_pt_src_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 33 typedef const aff_pt_t aff_pt_src_t; typedef 35 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_check_initialized(aff_pt_src_t in); 43 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_is_on_curve(aff_pt_src_t pt, int *on_curve); 44 ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in); 45 ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_cmp(aff_pt_src_t in1, aff_pt_src_t in2, int *cmp); 46 ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_eq_or_opp(aff_pt_src_t in1, aff_pt_src_t in2, 51 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_export_to_buf(aff_pt_src_t pt, u8 *pt_buf, u32 pt_buf_len); 89 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_shortw_to_edwards(aff_pt_src_t in_shortw, ec_edwards_crv_src_t… 127 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_shortw_to_montgomery(aff_pt_src_t in_shortw, ec_montgomery_crv…
|
H A D | prj_pt.h | 55 ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_to_prj(prj_pt_t out, aff_pt_src_t in);
|
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt.c | 24 int aff_pt_check_initialized(aff_pt_src_t in) in aff_pt_check_initialized() 184 int aff_pt_is_on_curve(aff_pt_src_t pt, int *on_curve) in aff_pt_is_on_curve() 200 int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in) in ec_shortw_aff_copy() 218 int ec_shortw_aff_cmp(aff_pt_src_t in1, aff_pt_src_t in2, int *cmp) in ec_shortw_aff_cmp() 246 int ec_shortw_aff_eq_or_opp(aff_pt_src_t in1, aff_pt_src_t in2, in ec_shortw_aff_eq_or_opp() 325 int aff_pt_export_to_buf(aff_pt_src_t pt, u8 *pt_buf, u32 pt_buf_len) in aff_pt_export_to_buf()
|
H A D | aff_pt_montgomery.c | 495 int aff_pt_shortw_to_montgomery(aff_pt_src_t in_shortw, in aff_pt_shortw_to_montgomery()
|
H A D | aff_pt_edwards.c | 734 int aff_pt_shortw_to_edwards(aff_pt_src_t in_shortw, in aff_pt_shortw_to_edwards()
|
H A D | prj_pt.c | 279 int ec_shortw_aff_to_prj(prj_pt_t out, aff_pt_src_t in) in ec_shortw_aff_to_prj()
|