Searched refs:fe_mul_small (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/ |
H A D | x25519.c | 141 static void fe_mul_small(fe h, const fe f, i32 g) in fe_mul_small() function 150 static void fe_mul121666(fe h, const fe f) { fe_mul_small(h, f, 121666); } in fe_mul121666() 243 fe_mul_small(h, h, 2); in fe_sq2()
|
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/ |
H A D | x25519.c | 141 static void fe_mul_small(fe h, const fe f, i32 g) in fe_mul_small() function 150 static void fe_mul121666(fe h, const fe f) { fe_mul_small(h, f, 121666); } in fe_mul121666() 243 fe_mul_small(h, h, 2); in fe_sq2()
|
/dports/x11/aclip/arcan-0.6.1/src/a12/external/ |
H A D | x25519.c | 141 static void fe_mul_small(fe h, const fe f, i32 g) in fe_mul_small() function 150 static void fe_mul121666(fe h, const fe f) { fe_mul_small(h, f, 121666); } in fe_mul121666() 243 fe_mul_small(h, h, 2); in fe_sq2()
|
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/ |
H A D | x25519.c | 141 static void fe_mul_small(fe h, const fe f, i32 g) in fe_mul_small() function 150 static void fe_mul121666(fe h, const fe f) { fe_mul_small(h, f, 121666); } in fe_mul121666() 243 fe_mul_small(h, h, 2); in fe_sq2()
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/src/ |
H A D | monocypher.c | 1285 static void fe_mul_small(fe h, const fe f, i32 g) in fe_mul_small() function 1428 fe_mul_small(h, h, 2); in fe_sq2() 1619 fe_mul_small(z3, t1, 121666); in scalarmult() 2786 fe_mul_small(t3, t3, -2); in crypto_curve_to_hidden() 2799 fe_mul_small(t1, t3, 2); in crypto_curve_to_hidden()
|