Symbol: aff_pt_src_t
crypto/libecc/include/libecc/curves/aff_pt.h
127
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_shortw_to_montgomery(aff_pt_src_t in_shortw, ec_montgomery_crv_src_t montgomery_crv, aff_pt_montgomery_t out_montgomery);
crypto/libecc/include/libecc/curves/aff_pt.h
35
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_check_initialized(aff_pt_src_t in);
crypto/libecc/include/libecc/curves/aff_pt.h
43
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_is_on_curve(aff_pt_src_t pt, int *on_curve);
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
45
ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_cmp(aff_pt_src_t in1, aff_pt_src_t in2, int *cmp);
crypto/libecc/include/libecc/curves/aff_pt.h
46
ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_eq_or_opp(aff_pt_src_t in1, aff_pt_src_t in2,
crypto/libecc/include/libecc/curves/aff_pt.h
51
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_export_to_buf(aff_pt_src_t pt, u8 *pt_buf, u32 pt_buf_len);
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
55
ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_to_prj(prj_pt_t out, aff_pt_src_t in);
crypto/libecc/src/curves/aff_pt.c
184
int aff_pt_is_on_curve(aff_pt_src_t pt, int *on_curve)
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
218
int ec_shortw_aff_cmp(aff_pt_src_t in1, aff_pt_src_t in2, int *cmp)
crypto/libecc/src/curves/aff_pt.c
24
int aff_pt_check_initialized(aff_pt_src_t in)
crypto/libecc/src/curves/aff_pt.c
246
int ec_shortw_aff_eq_or_opp(aff_pt_src_t in1, aff_pt_src_t in2,
crypto/libecc/src/curves/aff_pt.c
325
int aff_pt_export_to_buf(aff_pt_src_t pt, u8 *pt_buf, u32 pt_buf_len)
crypto/libecc/src/curves/aff_pt_edwards.c
734
int aff_pt_shortw_to_edwards(aff_pt_src_t in_shortw,
crypto/libecc/src/curves/aff_pt_montgomery.c
495
int aff_pt_shortw_to_montgomery(aff_pt_src_t in_shortw,
crypto/libecc/src/curves/prj_pt.c
279
int ec_shortw_aff_to_prj(prj_pt_t out, aff_pt_src_t in)