Symbol: aff_pt_t
crypto/libecc/include/libecc/curves/aff_pt.h
126
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_shortw(aff_pt_montgomery_src_t in_montgomery, ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw);
crypto/libecc/include/libecc/curves/aff_pt.h
33
typedef const aff_pt_t aff_pt_src_t;
crypto/libecc/include/libecc/curves/aff_pt.h
36
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve);
crypto/libecc/include/libecc/curves/aff_pt.h
37
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_init_from_coords(aff_pt_t in,
crypto/libecc/include/libecc/curves/aff_pt.h
40
void aff_pt_uninit(aff_pt_t in);
crypto/libecc/include/libecc/curves/aff_pt.h
44
ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in);
crypto/libecc/include/libecc/curves/aff_pt.h
48
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_import_from_buf(aff_pt_t pt,
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
53
ATTRIBUTE_WARN_UNUSED_RET int prj_pt_to_aff(aff_pt_t out, prj_pt_src_t in);
crypto/libecc/src/curves/aff_pt.c
200
int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in)
crypto/libecc/src/curves/aff_pt.c
272
int aff_pt_import_from_buf(aff_pt_t pt,
crypto/libecc/src/curves/aff_pt.c
39
int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve)
crypto/libecc/src/curves/aff_pt.c
61
int aff_pt_init_from_coords(aff_pt_t in,
crypto/libecc/src/curves/aff_pt.c
81
void aff_pt_uninit(aff_pt_t in)
crypto/libecc/src/curves/aff_pt_edwards.c
707
aff_pt_t out_shortw, fp_src_t alpha_edwards)
crypto/libecc/src/curves/aff_pt_montgomery.c
446
ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw)
crypto/libecc/src/curves/prj_pt.c
218
int prj_pt_to_aff(aff_pt_t out, prj_pt_src_t in)