Searched refs:x25519_ge_p1p1_to_p3 (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libcrypto/curve25519/ |
H A D | curve25519.c | 1091 x25519_ge_p1p1_to_p3(&t, p); in ge_p1p1_to_cached() 1244 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_small_precomp() 1247 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_small_precomp() 3537 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_base() 3732 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() 3735 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() 3738 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() 3741 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() 3744 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() 3747 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() [all …]
|
H A D | curve25519_internal.h | 80 void x25519_ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p);
|