HomeSort by relevance Sort by last modified time
    Searched refs:shortsc25519 (Results 1 - 2 of 2) sorted by null

  /external/openssh/
sc25519.h 15 #define shortsc25519 crypto_sign_ed25519_ref_shortsc25519 macro
42 shortsc25519; typedef in typeref:struct:__anon28998
46 void shortsc25519_from16bytes(shortsc25519 *r, const unsigned char x[16]);
50 void sc25519_from_shortsc(sc25519 *r, const shortsc25519 *x);
66 void sc25519_mul_shortsc(sc25519 *r, const sc25519 *x, const shortsc25519 *y);
sc25519.c 111 void shortsc25519_from16bytes(shortsc25519 *r, const unsigned char x[16])
125 void sc25519_from_shortsc(sc25519 *r, const shortsc25519 *x)
214 void sc25519_mul_shortsc(sc25519 *r, const sc25519 *x, const shortsc25519 *y)

Completed in 55 milliseconds