Searched refs:ec_montgomery_crv_t (Results 1 – 5 of 5) sorted by relevance
27 typedef ec_montgomery_crv *ec_montgomery_crv_t; typedef31 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);
79 … 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_…
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()
392 ec_montgomery_crv_t montgomery_crv, in curve_shortw_to_montgomery()
309 ec_montgomery_crv_t montgomery_crv, in curve_edwards_to_montgomery()