Home
last modified time | relevance | path

Searched refs:fe25519 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Ded25519.c72 #define fe25519 crypto_sign_ed25519_ref_fe25519 macro
94 fe25519; typedef
96 static void fe25519_freeze(fe25519 *r);
98 static void fe25519_unpack(fe25519 *r, const unsigned char x[32]);
100 static void fe25519_pack(unsigned char r[32], const fe25519 *x);
102 static int fe25519_iszero(const fe25519 *x);
104 static int fe25519_iseq_vartime(const fe25519 *x, const fe25519 *y);
106 static void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b);
108 static void fe25519_setone(fe25519 *r);
110 static void fe25519_setzero(fe25519 *r);
[all …]
Ded25519.sh76 */crypto_sign/ed25519/ref/fe25519.*)