Searched refs:fe_copy (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 945 static void fe_copy(fe h, const fe f) in fe_copy() function 1926 fe_copy(r->X, p->X); in ge_p3_to_p2() 1927 fe_copy(r->Y, p->Y); in ge_p3_to_p2() 1928 fe_copy(r->Z, p->Z); in ge_p3_to_p2() 1941 fe_copy(r->Z, p->Z); in ge_p3_to_cached() 4213 fe_copy(minust.yplusx, t->yminusx); in table_select() 4214 fe_copy(minust.yminusx, t->yplusx); in table_select() 4382 fe_copy(x3, x1); in x25519_scalar_mult_generic()
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 955 static void fe_copy(fe h, const fe f) in fe_copy() function 1936 fe_copy(r->X, p->X); in ge_p3_to_p2() 1937 fe_copy(r->Y, p->Y); in ge_p3_to_p2() 1938 fe_copy(r->Z, p->Z); in ge_p3_to_p2() 1951 fe_copy(r->Z, p->Z); in ge_p3_to_cached() 4223 fe_copy(minust.yplusx, t->yminusx); in table_select() 4224 fe_copy(minust.yminusx, t->yplusx); in table_select() 4392 fe_copy(x3, x1); in x25519_scalar_mult_generic()
|