Home
last modified time | relevance | path

Searched refs:sc25519_to32bytes (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/plugins/ssh-base/crypto/
Dsc25519.h18 #define sc25519_to32bytes crypto_sign_ed25519_ref_sc25519_to32bytes macro
50 void sc25519_to32bytes(unsigned char r[32], const sc25519 *x);
Ded25519.c126 sc25519_to32bytes(s,&scs); /* cat s */ in crypto_sign_ed25519()
Dsc25519.c134 void sc25519_to32bytes(unsigned char r[32], const sc25519 *x) in sc25519_to32bytes() function
/external/openssh/
Dsc25519.h20 #define sc25519_to32bytes crypto_sign_ed25519_ref_sc25519_to32bytes macro
52 void sc25519_to32bytes(unsigned char r[32], const sc25519 *x);
Ded25519.c96 sc25519_to32bytes(s,&scs); /* cat s */ in crypto_sign_ed25519()
Dsc25519.c134 void sc25519_to32bytes(unsigned char r[32], const sc25519 *x) in sc25519_to32bytes() function