Searched refs:fe25519 (Results 1 – 2 of 2) sorted by relevance
72 #define fe25519 crypto_sign_ed25519_ref_fe25519 macro94 fe25519; typedef96 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 …]
76 */crypto_sign/ed25519/ref/fe25519.*)