Searched refs:ge25519_double_scalarmult_vartime (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | ge25519.h | 20 #define ge25519_double_scalarmult_vartime crypto_sign_ed25519_ref_double_scalarmult_vartime macro 39 void ge25519_double_scalarmult_vartime(ge25519 *r, const ge25519 *p1, const sc25519 *s1, const ge25519 *p2, const sc25519 *s2);
|
H A D | ed25519.c | 203 ge25519_double_scalarmult_vartime(&get2, &get1, &schram, &ge25519_base, &scs); in crypto_sign_ed25519_open()
|
H A D | ge25519.c | 262 void ge25519_double_scalarmult_vartime(ge25519_p3 *r, const ge25519_p3 *p1, const sc25519 *s1, const ge25519_p3 *p2, const sc25519 *s2) in ge25519_double_scalarmult_vartime() function
|
Completed in 2 milliseconds