Searched refs:ec_shortw_crv_src_t (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 28 ec_shortw_crv_src_t crv; 36 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve); 38 ec_shortw_crv_src_t curve, 41 ATTRIBUTE_WARN_UNUSED_RET int aff_pt_y_from_x(fp_t y1, fp_t y2, fp_src_t x, ec_shortw_crv_src_t cur… 42 ATTRIBUTE_WARN_UNUSED_RET int is_on_shortw_curve(fp_src_t x, fp_src_t y, ec_shortw_crv_src_t curve,… 50 u16 pt_buf_len, ec_shortw_crv_src_t crv); 85 …T int curve_edwards_shortw_check(ec_edwards_crv_src_t edwards_crv, ec_shortw_crv_src_t shortw_crv,… 86 ATTRIBUTE_WARN_UNUSED_RET int curve_shortw_to_edwards(ec_shortw_crv_src_t shortw_crv, ec_edwards_cr… 88 …_RET int aff_pt_edwards_to_shortw(aff_pt_edwards_src_t in_edwards, ec_shortw_crv_src_t shortw_crv,… 122 …ve_montgomery_shortw_check(ec_montgomery_crv_src_t montgomery_crv, ec_shortw_crv_src_t shortw_crv); [all …]
|
H A D | prj_pt.h | 30 ec_shortw_crv_src_t crv; 43 ATTRIBUTE_WARN_UNUSED_RET int prj_pt_init(prj_pt_t in, ec_shortw_crv_src_t curve); 45 ec_shortw_crv_src_t curve, 68 u16 pt_buf_len, ec_shortw_crv_src_t crv); 71 u16 pt_buf_len, ec_shortw_crv_src_t crv); 75 ec_shortw_crv_src_t shortw_crv, 78 ec_shortw_crv_src_t shortw_crv,
|
H A D | ec_shortw.h | 39 typedef const ec_shortw_crv *ec_shortw_crv_src_t; typedef 41 ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_crv_check_initialized(ec_shortw_crv_src_t crv);
|
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt.c | 39 int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve) in aff_pt_init() 62 ec_shortw_crv_src_t curve, in aff_pt_init_from_coords() 102 int aff_pt_y_from_x(fp_t y1, fp_t y2, fp_src_t x, ec_shortw_crv_src_t curve) in aff_pt_y_from_x() 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() 274 u16 pt_buf_len, ec_shortw_crv_src_t crv) in aff_pt_import_from_buf()
|
H A D | ec_shortw.c | 24 int ec_shortw_crv_check_initialized(ec_shortw_crv_src_t crv) in ec_shortw_crv_check_initialized()
|
H A D | aff_pt_montgomery.c | 361 ec_shortw_crv_src_t shortw_crv) in curve_montgomery_shortw_check() 391 int curve_shortw_to_montgomery(ec_shortw_crv_src_t shortw_crv, in curve_shortw_to_montgomery() 446 ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw) in aff_pt_montgomery_to_shortw()
|
H A D | aff_pt_edwards.c | 469 ec_shortw_crv_src_t shortw_crv, in curve_edwards_shortw_check() 491 int curve_shortw_to_edwards(ec_shortw_crv_src_t shortw_crv, in curve_shortw_to_edwards() 706 ec_shortw_crv_src_t shortw_crv, in aff_pt_edwards_to_shortw()
|
H A D | prj_pt.c | 47 int prj_pt_init(prj_pt_t in, ec_shortw_crv_src_t curve) in prj_pt_init() 70 ec_shortw_crv_src_t curve, in prj_pt_init_from_coords() 464 u16 pt_buf_len, ec_shortw_crv_src_t crv) in prj_pt_import_from_buf() 513 u16 pt_buf_len, ec_shortw_crv_src_t crv) in prj_pt_import_from_aff_buf() 1953 ec_shortw_crv_src_t shortw_crv, in aff_pt_edwards_to_prj_pt_shortw() 2061 ec_shortw_crv_src_t shortw_crv, in aff_pt_montgomery_to_prj_pt_shortw()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ec_key.c | 150 (ec_shortw_crv_src_t)&(params->ec_curve)); EG(ret, err); in ec_pub_key_import_from_buf() 192 (ec_shortw_crv_src_t)&(params->ec_curve)); EG(ret, err); in ec_pub_key_import_from_aff_buf()
|
H A D | eddsa.c | 872 ec_shortw_crv_src_t shortw_curve; 979 ec_shortw_crv_src_t shortw_curve; 1237 ec_shortw_crv_src_t shortw_curve; 1564 ec_shortw_crv_src_t shortw_curve; 1928 ec_shortw_crv_src_t shortw_curve; 2295 ec_shortw_crv_src_t shortw_curve; 2597 ec_shortw_crv_src_t shortw_curve;
|
H A D | ecfsdsa.c | 672 ec_shortw_crv_src_t shortw_curve; in _ecfsdsa_verify_batch_no_memory() 855 ec_shortw_crv_src_t shortw_curve; in _ecfsdsa_verify_batch()
|
H A D | bip0340.c | 825 ec_shortw_crv_src_t shortw_curve; in _bip0340_verify_batch_no_memory() 1045 ec_shortw_crv_src_t shortw_curve; in _bip0340_verify_batch()
|
/freebsd/crypto/libecc/src/ecdh/ |
H A D | x25519_448.c | 161 ec_shortw_crv_src_t shortw_curve; in x25519_448_core()
|