OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ge25519_pack
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
ge25519.h
18
#define
ge25519_pack
crypto_sign_ed25519_ref_pack
macro
35
void
ge25519_pack
(unsigned char r[32], const ge25519 *p);
ed25519.c
45
ge25519_pack
(pk, &gepk);
82
ge25519_pack
(r, &ger);
128
ge25519_pack
(t2, &get2);
ge25519.c
243
void
ge25519_pack
(unsigned char r[32], const ge25519_p3 *p)
function
Completed in 83 milliseconds