Searched defs:crv (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/libecc/src/curves/ |
H A D | ec_montgomery.c | 18 int ec_montgomery_crv_check_initialized(ec_montgomery_crv_src_t crv) in ec_montgomery_crv_check_initialized() 35 int ec_montgomery_crv_init(ec_montgomery_crv_t crv, fp_src_t A, fp_src_t B, nn_src_t order) in ec_montgomery_crv_init() 78 void ec_montgomery_crv_uninit(ec_montgomery_crv_t crv) in ec_montgomery_crv_uninit()
|
H A D | ec_edwards.c | 26 int ec_edwards_crv_check_initialized(ec_edwards_crv_src_t crv) in ec_edwards_crv_check_initialized() 43 int ec_edwards_crv_init(ec_edwards_crv_t crv, fp_src_t a, fp_src_t d, nn_src_t order) in ec_edwards_crv_init() 72 void ec_edwards_crv_uninit(ec_edwards_crv_t crv) in ec_edwards_crv_uninit()
|
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() 41 int ec_shortw_crv_init(ec_shortw_crv_t crv, fp_src_t a, fp_src_t b, nn_src_t order) in ec_shortw_crv_init() 100 void ec_shortw_crv_uninit(ec_shortw_crv_t crv) in ec_shortw_crv_uninit()
|
H A D | aff_pt_edwards.c | 227 u16 pt_buf_len, ec_edwards_crv_src_t crv) in aff_pt_edwards_import_from_buf() 766 int aff_pt_edwards_y_from_x(fp_t y1, fp_t y2, fp_src_t x, ec_edwards_crv_src_t crv) in aff_pt_edwards_y_from_x() 816 int aff_pt_edwards_x_from_y(fp_t x1, fp_t x2, fp_src_t y, ec_edwards_crv_src_t crv) in aff_pt_edwards_x_from_y()
|
H A D | aff_pt_montgomery.c | 213 u16 pt_buf_len, ec_montgomery_crv_src_t crv) in aff_pt_montgomery_import_from_buf() 547 int aff_pt_montgomery_v_from_u(fp_t v1, fp_t v2, fp_src_t u, ec_montgomery_crv_src_t crv) in aff_pt_montgomery_v_from_u()
|
H A D | aff_pt.c | 274 u16 pt_buf_len, ec_shortw_crv_src_t crv) in aff_pt_import_from_buf()
|
H A D | prj_pt.c | 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()
|
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | aff_pt.h | 28 ec_shortw_crv_src_t crv; member 57 ec_edwards_crv_src_t crv; member 98 ec_montgomery_crv_src_t crv; member
|
H A D | prj_pt.h | 30 ec_shortw_crv_src_t crv; member
|
/freebsd/crypto/libecc/src/ecdh/ |
H A D | x25519_448.c | 119 …RIBUTE_WARN_UNUSED_RET static int compute_v_from_u(fp_src_t u, fp_t v, ec_montgomery_crv_src_t crv) in compute_v_from_u()
|
/freebsd/contrib/libfido2/src/ |
H A D | cbor.c | 933 int crv; member
|