Home
last modified time | relevance | path

Searched refs:ec_montgomery_crv_init (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/libecc/include/libecc/curves/
HDec_montgomery.h31 ATTRIBUTE_WARN_UNUSED_RET int ec_montgomery_crv_init(ec_montgomery_crv_t crv, fp_src_t a, fp_src_t …
/freebsd-13-stable/crypto/libecc/src/curves/
HDec_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() function
HDaff_pt_montgomery.c427 ret = ec_montgomery_crv_init(montgomery_crv, &A, &gamma_inv, &(shortw_crv->order)); in curve_shortw_to_montgomery()
HDaff_pt_edwards.c344 ret = ec_montgomery_crv_init(montgomery_crv, &A, &B, &(edwards_crv->order)); in curve_edwards_to_montgomery()