Searched refs:aff_pt_edwards_init (Results 1 – 2 of 2) sorted by relevance
40 int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve) in aff_pt_edwards_init() function69 ret = aff_pt_edwards_init(in, curve); EG(ret, err); in aff_pt_edwards_init_from_coords()179 ret = aff_pt_edwards_init(out, in->crv); EG(ret, err); in ec_edwards_aff_copy()670 ret = aff_pt_edwards_init(out_edwards, edwards_crv); EG(ret, err); in aff_pt_montgomery_to_edwards()
65 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve);