Home
last modified time | relevance | path

Searched refs:fe_copy (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/third_party/fiat/
Dp256.c88 static void fe_copy(limb_t out[NLIMBS], const limb_t in1[NLIMBS]) { in fe_copy() function
129 fe_copy(e2, ftmp); in fe_inv()
133 fe_copy(e4, ftmp); in fe_inv()
139 fe_copy(e8, ftmp); in fe_inv()
144 fe_copy(e16, ftmp); in fe_inv()
149 fe_copy(e32, ftmp); in fe_inv()
153 fe_copy(e64, ftmp); in fe_inv()
293 fe_copy(u1, x1); in point_add()
297 fe_copy(s1, y1); in point_add()
773 fe_copy(nq[0], tmp[0]); in batch_mul()
[all …]
Dcurve25519.c318 static void fe_copy(fe *h, const fe *f) { in fe_copy() function
585 fe_copy(&r->X, &p->X); in ge_p3_to_p2()
586 fe_copy(&r->Y, &p->Y); in ge_p3_to_p2()
587 fe_copy(&r->Z, &p->Z); in ge_p3_to_p2()
2046 fe_copy(&x3, &x1); in x25519_scalar_mult_generic()