Home
last modified time | relevance | path

Searched refs:shortsc25519 (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dsc25519.h13 #define shortsc25519 crypto_sign_ed25519_ref_shortsc25519 macro
40 shortsc25519; typedef
44 void shortsc25519_from16bytes(shortsc25519 *r, const unsigned char x[16]);
48 void sc25519_from_shortsc(sc25519 *r, const shortsc25519 *x);
64 void sc25519_mul_shortsc(sc25519 *r, const sc25519 *x, const shortsc25519 *y);
H A Dsc25519.c111 void shortsc25519_from16bytes(shortsc25519 *r, const unsigned char x[16]) in shortsc25519_from16bytes()
125 void sc25519_from_shortsc(sc25519 *r, const shortsc25519 *x) in sc25519_from_shortsc()
213 void sc25519_mul_shortsc(sc25519 *r, const sc25519 *x, const shortsc25519 *y) in sc25519_mul_shortsc()

Completed in 1 milliseconds