Home
last modified time | relevance | path

Searched refs:aff_pt_montgomery_src_t (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Daff_pt.h103 typedef const aff_pt_montgomery_t aff_pt_montgomery_src_t; typedef
105 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_check_initialized(aff_pt_montgomery_src_t in);
112 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_is_on_curve(aff_pt_montgomery_src_t pt, int *on_cur…
113 …TE_WARN_UNUSED_RET int ec_montgomery_aff_copy(aff_pt_montgomery_t out, aff_pt_montgomery_src_t in);
114 …TRIBUTE_WARN_UNUSED_RET int ec_montgomery_aff_cmp(aff_pt_montgomery_src_t in1, aff_pt_montgomery_s…
118 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_export_to_buf(aff_pt_montgomery_src_t pt, u8 *pt_bu…
126 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_shortw(aff_pt_montgomery_src_t in_montgomery, ec…
132 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_edwards(aff_pt_montgomery_src_t in_montgomery, e…
H A Dprj_pt.h77 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_prj_pt_shortw(aff_pt_montgomery_src_t in_montgom…
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_montgomery.c19 int aff_pt_montgomery_check_initialized(aff_pt_montgomery_src_t in) in aff_pt_montgomery_check_initialized()
148 int aff_pt_montgomery_is_on_curve(aff_pt_montgomery_src_t pt, int *on_curve) in aff_pt_montgomery_is_on_curve()
164 int ec_montgomery_aff_copy(aff_pt_montgomery_t out, aff_pt_montgomery_src_t in) in ec_montgomery_aff_copy()
184 int ec_montgomery_aff_cmp(aff_pt_montgomery_src_t in1, aff_pt_montgomery_src_t in2, int *cmp) in ec_montgomery_aff_cmp()
258 int aff_pt_montgomery_export_to_buf(aff_pt_montgomery_src_t pt, u8 *pt_buf, u32 pt_buf_len) in aff_pt_montgomery_export_to_buf()
445 int aff_pt_montgomery_to_shortw(aff_pt_montgomery_src_t in_montgomery, in aff_pt_montgomery_to_shortw()
H A Daff_pt_edwards.c620 int aff_pt_montgomery_to_edwards(aff_pt_montgomery_src_t in_montgomery, in aff_pt_montgomery_to_edwards()
H A Dprj_pt.c2060 int aff_pt_montgomery_to_prj_pt_shortw(aff_pt_montgomery_src_t in_montgomery, in aff_pt_montgomery_to_prj_pt_shortw()
/freebsd/crypto/libecc/include/libecc/utils/
H A Dprint_curves.h24 void ec_montgomery_point_print(const char *msg, aff_pt_montgomery_src_t pt);
/freebsd/crypto/libecc/src/utils/
H A Dprint_curves.c46 void ec_montgomery_point_print(const char *msg, aff_pt_montgomery_src_t pt) in ec_montgomery_point_print()