Searched refs:fp_sqrt (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/libecc/include/libecc/fp/ |
H A D | fp_sqrt.h | 23 ATTRIBUTE_WARN_UNUSED_RET int fp_sqrt(fp_t sqrt1, fp_t sqrt2, fp_src_t n);
|
/freebsd/crypto/libecc/src/fp/ |
H A D | meson.build | 9 'fp_sqrt.c',
|
H A D | fp_sqrt.c | 112 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 D | fp_square_residue.c | 75 ret_sqr = fp_sqrt(&x_sqrt1, &x_sqrt2, &x); in main()
|
H A D | curve_basic_examples.c | 79 if (fp_sqrt(&y, &fp_tmp2, &fp_tmp1) == 0) { in get_random_point_on_curve()
|
/freebsd/secure/lib/libpkgecc/ |
H A D | Makefile | 35 fp_sqrt.c
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | meson.build | 6 'fp/fp_sqrt.h',
|
/freebsd/crypto/libecc/src/curves/ |
H A D | aff_pt.c | 127 ret = fp_sqrt(y1, y2, y1); in aff_pt_y_from_x()
|
H A D | aff_pt_edwards.c | 800 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 D | aff_pt_montgomery.c | 575 ret = fp_sqrt(v1, v2, v1); in aff_pt_montgomery_v_from_u()
|
/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests.c | 819 GENERIC_TEST_FP(fp_sqrt, FP_SQRT, "sqrt", fp_sqrt, "cfffs", "iooiO",
|