OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fe25519_unpack
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
fe25519.h
16
#define
fe25519_unpack
crypto_sign_ed25519_ref_fe25519_unpack
macro
40
void
fe25519_unpack
(fe25519 *r, const unsigned char x[32]);
fe25519.c
100
void
fe25519_unpack
(fe25519 *r, const unsigned char x[32])
function
ge25519.c
202
fe25519_unpack
(&r->y, p);
Completed in 105 milliseconds