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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Ded25519.sh10 supercop-20221122/crypto_sign/ed25519/ref/sc25519.h
11 supercop-20221122/crypto_sign/ed25519/ref/sc25519.c
82 */crypto_sign/ed25519/ref/sc25519.h)
94 */crypto_sign/ed25519/ref/sc25519.c)
H A Ded25519.c456 /* from supercop-20221122/crypto_sign/ed25519/ref/sc25519.h */
461 #define sc25519 crypto_sign_ed25519_ref_sc25519 macro
475 sc25519; typedef in typeref:struct:__anon6
483 static void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]);
486 static void sc25519_from64bytes(sc25519 *r, const unsigned char x[64]);
489 static void sc25519_to32bytes(unsigned char r[32], const sc25519 *x);
494 static void sc25519_add(sc25519 *r, const sc25519 *x, const sc25519 *y);
497 static void sc25519_mul(sc25519 *
[all...]

Completed in 185 milliseconds