Searched refs:ec_montgomery_crv_init (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/crypto/libecc/include/libecc/curves/ |
| HD | ec_montgomery.h | 31 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/ |
| HD | ec_montgomery.c | 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() function
|
| HD | aff_pt_montgomery.c | 427 ret = ec_montgomery_crv_init(montgomery_crv, &A, &gamma_inv, &(shortw_crv->order)); in curve_shortw_to_montgomery()
|
| HD | aff_pt_edwards.c | 344 ret = ec_montgomery_crv_init(montgomery_crv, &A, &B, &(edwards_crv->order)); in curve_edwards_to_montgomery()
|