Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/
H A Dcore_ed25519.c33 ge25519_p3_to_cached(&q_cached, &q_p3); in crypto_core_ed25519_add()
53 ge25519_p3_to_cached(&q_cached, &q_p3); in crypto_core_ed25519_sub()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c439 ge25519_p3_to_cached(ge25519_cached *r, const ge25519_p3 *p) in ge25519_p3_to_cached() function
677 ge25519_p3_to_cached(&Ai[0], A); in ge25519_double_scalarmult_vartime()
684 ge25519_p3_to_cached(&Ai[1], &u); in ge25519_double_scalarmult_vartime()
688 ge25519_p3_to_cached(&Ai[2], &u); in ge25519_double_scalarmult_vartime()
692 ge25519_p3_to_cached(&Ai[3], &u); in ge25519_double_scalarmult_vartime()
696 ge25519_p3_to_cached(&Ai[4], &u); in ge25519_double_scalarmult_vartime()
700 ge25519_p3_to_cached(&Ai[5], &u); in ge25519_double_scalarmult_vartime()
704 ge25519_p3_to_cached(&Ai[6], &u); in ge25519_double_scalarmult_vartime()
708 ge25519_p3_to_cached(&Ai[7], &u); in ge25519_double_scalarmult_vartime()
764 ge25519_p3_to_cached(&pi[1 - 1], p); /* p */ in ge25519_scalarmult()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h84 void ge25519_p3_to_cached(ge25519_cached *r, const ge25519_p3 *p);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c99 ge25519_p3_to_cached(&Ai, &A); in crypto_sign_edwards25519sha512batch_open()