Searched defs:on_curve (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt_montgomery.c | 100 int is_on_montgomery_curve(fp_src_t u, fp_src_t v, ec_montgomery_crv_src_t curve, int *on_curve) in is_on_montgomery_curve() 148 int aff_pt_montgomery_is_on_curve(aff_pt_montgomery_src_t pt, int *on_curve) in aff_pt_montgomery_is_on_curve() 217 int ret, on_curve; in aff_pt_montgomery_import_from_buf() local 262 int ret, on_curve; in aff_pt_montgomery_export_to_buf() local 448 int ret, on_curve; in aff_pt_montgomery_to_shortw() local 499 int ret, on_curve; in aff_pt_shortw_to_montgomery() local
|
H A D | aff_pt.c | 139 int is_on_shortw_curve(fp_src_t x, fp_src_t y, ec_shortw_crv_src_t curve, int *on_curve) in is_on_shortw_curve() 184 int aff_pt_is_on_curve(aff_pt_src_t pt, int *on_curve) in aff_pt_is_on_curve() 278 int ret, on_curve; in aff_pt_import_from_buf() local 328 int ret, on_curve; in aff_pt_export_to_buf() local
|
H A D | aff_pt_edwards.c | 106 int *on_curve) in is_on_edwards_curve() 157 int aff_pt_edwards_is_on_curve(aff_pt_edwards_src_t pt, int *on_curve) in aff_pt_edwards_is_on_curve() 231 int ret, on_curve; in aff_pt_edwards_import_from_buf() local 277 int ret, on_curve; in aff_pt_edwards_export_to_buf() local 528 int ret, iszero, on_curve, cmp; in aff_pt_edwards_to_montgomery() local 628 int ret, iszero1, iszero2, on_curve; in aff_pt_montgomery_to_edwards() local
|
H A D | prj_pt.c | 144 int prj_pt_is_on_curve(prj_pt_src_t in, int *on_curve) in prj_pt_is_on_curve() 281 int ret, on_curve; in ec_shortw_aff_to_prj() local 466 int on_curve, ret; in prj_pt_import_from_buf() local 515 int ret, on_curve; in prj_pt_import_from_aff_buf() local 566 int ret, on_curve; in prj_pt_export_to_buf() local 602 int ret, on_curve; in prj_pt_export_to_aff_buf() local 1761 int ret, on_curve; in prj_pt_mul() local 1839 int ret, iszero, on_curve; in __prj_pt_unprotected_mult() local
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ecfsdsa.c | 421 int ret, iszero, on_curve, cmp; in _ecfsdsa_verify_init() local
|