Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dcurve25519.c1942 static void ge_p3_to_cached(ge_cached *r, const ge_p3 *p) in ge_p3_to_cached() function
4552 ge_p3_to_cached(&Ai[0], A); in ge_double_scalarmult_vartime()
4557 ge_p3_to_cached(&Ai[1], &u); in ge_double_scalarmult_vartime()
4560 ge_p3_to_cached(&Ai[2], &u); in ge_double_scalarmult_vartime()
4563 ge_p3_to_cached(&Ai[3], &u); in ge_double_scalarmult_vartime()
4566 ge_p3_to_cached(&Ai[4], &u); in ge_double_scalarmult_vartime()
4569 ge_p3_to_cached(&Ai[5], &u); in ge_double_scalarmult_vartime()
4572 ge_p3_to_cached(&Ai[6], &u); in ge_double_scalarmult_vartime()
4575 ge_p3_to_cached(&Ai[7], &u); in ge_double_scalarmult_vartime()

Completed in 24 milliseconds