OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ge25519_double_scalarmult_vartime
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
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);
ed25519.c
127
ge25519_double_scalarmult_vartime
(&get2, &get1, &schram, &ge25519_base, &scs);
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)
function
Completed in 89 milliseconds