Home
last modified time | relevance | path

Searched refs:fp_sqrt (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/libecc/include/libecc/fp/
H A Dfp_sqrt.h23 ATTRIBUTE_WARN_UNUSED_RET int fp_sqrt(fp_t sqrt1, fp_t sqrt2, fp_src_t n);
/freebsd/crypto/libecc/src/fp/
H A Dmeson.build9 'fp_sqrt.c',
H A Dfp_sqrt.c112 int fp_sqrt(fp_t sqrt1, fp_t sqrt2, fp_src_t n) in fp_sqrt() function
/freebsd/crypto/libecc/src/examples/basic/
H A Dfp_square_residue.c75 ret_sqr = fp_sqrt(&x_sqrt1, &x_sqrt2, &x); in main()
H A Dcurve_basic_examples.c79 if (fp_sqrt(&y, &fp_tmp2, &fp_tmp1) == 0) { in get_random_point_on_curve()
/freebsd/secure/lib/libpkgecc/
H A DMakefile35 fp_sqrt.c
/freebsd/crypto/libecc/include/libecc/
H A Dmeson.build6 'fp/fp_sqrt.h',
/freebsd/crypto/libecc/src/curves/
H A Daff_pt.c127 ret = fp_sqrt(y1, y2, y1); in aff_pt_y_from_x()
H A Daff_pt_edwards.c800 ret = fp_sqrt(y1, y2, &tmp); in aff_pt_edwards_y_from_x()
849 ret = fp_sqrt(x1, x2, &tmp); in aff_pt_edwards_x_from_y()
H A Daff_pt_montgomery.c575 ret = fp_sqrt(v1, v2, v1); in aff_pt_montgomery_v_from_u()
/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests.c819 GENERIC_TEST_FP(fp_sqrt, FP_SQRT, "sqrt", fp_sqrt, "cfffs", "iooiO",