Searched refs:fe25519_copy (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
| H A D | x25519_ref10.c | 81 fe25519_copy(x3, x1); in crypto_scalarmult_curve25519_ref10()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 443 fe25519_copy(r->Z, p->Z); in ge25519_p3_to_cached() 471 fe25519_copy(r->X, p->X); in ge25519_p3_to_p2() 472 fe25519_copy(r->Y, p->Y); in ge25519_p3_to_p2() 473 fe25519_copy(r->Z, p->Z); in ge25519_p3_to_p2() 568 fe25519_copy(minust.yplusx, t->yminusx); in ge25519_select() 569 fe25519_copy(minust.yminusx, t->yplusx); in ge25519_select() 603 fe25519_copy(minust.YplusX, t->YminusX); in ge25519_select_cached() 604 fe25519_copy(minust.YminusX, t->YplusX); in ge25519_select_cached() 605 fe25519_copy(minust.Z, t->Z); in ge25519_select_cached()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_51.h | 192 fe25519_copy(fe25519 h, const fe25519 f) in fe25519_copy() function
|
| H A D | ed25519_ref10_fe_25_5.h | 274 fe25519_copy(fe25519 h, const fe25519 f) in fe25519_copy() function
|