Home
last modified time | relevance | path

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

/third_party/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