Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/libecc/include/libecc/fp/
HDfp_add.h21 ATTRIBUTE_WARN_UNUSED_RET int fp_inc(fp_t out, fp_src_t in);
/freebsd-13-stable/crypto/libecc/src/fp/
HDfp_add.c52 int fp_inc(fp_t out, fp_src_t in) in fp_inc() function
HDfp_sqrt.c202 ret = fp_inc(&z, &z); EG(ret, err); in fp_sqrt()
/freebsd-13-stable/crypto/libecc/src/curves/
HDaff_pt_edwards.c131 ret = fp_inc(&tmp1, &tmp1); EG(ret, err); in is_on_edwards_curve()