Symbol: aff_pt_edwards_src_t
crypto/libecc/include/libecc/curves/aff_pt.h
131
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_to_montgomery(aff_pt_edwards_src_t in_edwards, ec_montgomery_crv_src_t montgomery_crv, aff_pt_montgomery_t out_montgomery, fp_src_t alpha);
crypto/libecc/include/libecc/curves/aff_pt.h
64
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_check_initialized(aff_pt_edwards_src_t in);
crypto/libecc/include/libecc/curves/aff_pt.h
71
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_is_on_curve(aff_pt_edwards_src_t pt, int *on_curve);
crypto/libecc/include/libecc/curves/aff_pt.h
72
ATTRIBUTE_WARN_UNUSED_RET int ec_edwards_aff_copy(aff_pt_edwards_t out, aff_pt_edwards_src_t in);
crypto/libecc/include/libecc/curves/aff_pt.h
73
ATTRIBUTE_WARN_UNUSED_RET int ec_edwards_aff_cmp(aff_pt_edwards_src_t in1, aff_pt_edwards_src_t in2, int *cmp);
crypto/libecc/include/libecc/curves/aff_pt.h
77
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_export_to_buf(aff_pt_edwards_src_t pt, u8 *pt_buf, u32 pt_buf_len);
crypto/libecc/include/libecc/curves/aff_pt.h
88
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_to_shortw(aff_pt_edwards_src_t in_edwards, ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw, fp_src_t alpha_edwards);
crypto/libecc/include/libecc/curves/prj_pt.h
74
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_to_prj_pt_shortw(aff_pt_edwards_src_t in_edwards,
crypto/libecc/include/libecc/utils/print_curves.h
26
void ec_edwards_point_print(const char *msg, aff_pt_edwards_src_t pt);
crypto/libecc/src/curves/aff_pt_edwards.c
157
int aff_pt_edwards_is_on_curve(aff_pt_edwards_src_t pt, int *on_curve)
crypto/libecc/src/curves/aff_pt_edwards.c
174
int ec_edwards_aff_copy(aff_pt_edwards_t out, aff_pt_edwards_src_t in)
crypto/libecc/src/curves/aff_pt_edwards.c
194
int ec_edwards_aff_cmp(aff_pt_edwards_src_t in1, aff_pt_edwards_src_t in2,
crypto/libecc/src/curves/aff_pt_edwards.c
23
int aff_pt_edwards_check_initialized(aff_pt_edwards_src_t in)
crypto/libecc/src/curves/aff_pt_edwards.c
272
int aff_pt_edwards_export_to_buf(aff_pt_edwards_src_t pt,
crypto/libecc/src/curves/aff_pt_edwards.c
520
int aff_pt_edwards_to_montgomery(aff_pt_edwards_src_t in_edwards,
crypto/libecc/src/curves/aff_pt_edwards.c
705
int aff_pt_edwards_to_shortw(aff_pt_edwards_src_t in_edwards,
crypto/libecc/src/curves/prj_pt.c
1952
int aff_pt_edwards_to_prj_pt_shortw(aff_pt_edwards_src_t in_edwards,
crypto/libecc/src/sig/eddsa.c
333
ATTRIBUTE_WARN_UNUSED_RET static int eddsa_encode_point(aff_pt_edwards_src_t in,
crypto/libecc/src/utils/print_curves.c
62
void ec_edwards_point_print(const char *msg, aff_pt_edwards_src_t pt)