Home
last modified time | relevance | path

Searched refs:ec_montgomery_crv_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Dec_montgomery.h27 typedef ec_montgomery_crv *ec_montgomery_crv_t; typedef
31 ATTRIBUTE_WARN_UNUSED_RET int ec_montgomery_crv_init(ec_montgomery_crv_t crv, fp_src_t a, fp_src_t …
32 void ec_montgomery_crv_uninit(ec_montgomery_crv_t crv);
H A Daff_pt.h79 … int curve_edwards_to_montgomery(ec_edwards_crv_src_t edwards_crv, ec_montgomery_crv_t montgomery_…
123 …RET int curve_shortw_to_montgomery(ec_shortw_crv_src_t shortw_crv, ec_montgomery_crv_t montgomery_…
/freebsd/crypto/libecc/src/curves/
H A Dec_montgomery.c35 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 Daff_pt_montgomery.c392 ec_montgomery_crv_t montgomery_crv, in curve_shortw_to_montgomery()
H A Daff_pt_edwards.c309 ec_montgomery_crv_t montgomery_crv, in curve_edwards_to_montgomery()