Symbol: aff_pt_edwards_t
crypto/libecc/include/libecc/curves/aff_pt.h
132
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_edwards(aff_pt_montgomery_src_t in_montgomery, ec_edwards_crv_src_t edwards_crv, aff_pt_edwards_t out_edwards, fp_src_t alpha);
crypto/libecc/include/libecc/curves/aff_pt.h
62
typedef const aff_pt_edwards_t aff_pt_edwards_src_t;
crypto/libecc/include/libecc/curves/aff_pt.h
65
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve);
crypto/libecc/include/libecc/curves/aff_pt.h
66
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_init_from_coords(aff_pt_edwards_t in,
crypto/libecc/include/libecc/curves/aff_pt.h
69
void aff_pt_edwards_uninit(aff_pt_edwards_t in);
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
74
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_import_from_buf(aff_pt_edwards_t pt,
crypto/libecc/include/libecc/curves/aff_pt.h
89
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_shortw_to_edwards(aff_pt_src_t in_shortw, ec_edwards_crv_src_t edwards_crv, aff_pt_edwards_t out_edwards, fp_src_t alpha_edwards);
crypto/libecc/include/libecc/curves/prj_pt.h
82
aff_pt_edwards_t out_edwards,
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
225
int aff_pt_edwards_import_from_buf(aff_pt_edwards_t pt,
crypto/libecc/src/curves/aff_pt_edwards.c
40
int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve)
crypto/libecc/src/curves/aff_pt_edwards.c
622
aff_pt_edwards_t out_edwards,
crypto/libecc/src/curves/aff_pt_edwards.c
63
int aff_pt_edwards_init_from_coords(aff_pt_edwards_t in,
crypto/libecc/src/curves/aff_pt_edwards.c
736
aff_pt_edwards_t out_edwards,
crypto/libecc/src/curves/aff_pt_edwards.c
84
void aff_pt_edwards_uninit(aff_pt_edwards_t in)
crypto/libecc/src/curves/prj_pt.c
2006
aff_pt_edwards_t out_edwards,
crypto/libecc/src/sig/eddsa.c
427
ATTRIBUTE_WARN_UNUSED_RET static int eddsa_decode_point(aff_pt_edwards_t out, ec_edwards_crv_src_t edwards_curve,