Searched refs:sc25519 (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | sc25519.h | 14 #define sc25519 crypto_sign_ed25519_ref_sc25519 macro 36 sc25519; typedef 44 void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]); 48 void sc25519_from64bytes(sc25519 *r, const unsigned char x[64]); 50 void sc25519_from_shortsc(sc25519 *r, const shortsc25519 *x); 52 void sc25519_to32bytes(unsigned char r[32], const sc25519 *x); 54 int sc25519_iszero_vartime(const sc25519 *x); 56 int sc25519_isshort_vartime(const sc25519 *x); 58 int sc25519_lt_vartime(const sc25519 *x, const sc25519 *y); 60 void sc25519_add(sc25519 *r, const sc25519 *x, const sc25519 *y); [all …]
|
D | sc25519.c | 30 static void reduce_add_sub(sc25519 *r) in reduce_add_sub() 51 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64]) in barrett_reduce() 102 void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]) in sc25519_from32bytes() 117 void sc25519_from64bytes(sc25519 *r, const unsigned char x[64]) in sc25519_from64bytes() 125 void sc25519_from_shortsc(sc25519 *r, const shortsc25519 *x) in sc25519_from_shortsc() 134 void sc25519_to32bytes(unsigned char r[32], const sc25519 *x) in sc25519_to32bytes() 140 int sc25519_iszero_vartime(const sc25519 *x) in sc25519_iszero_vartime() 148 int sc25519_isshort_vartime(const sc25519 *x) in sc25519_isshort_vartime() 156 int sc25519_lt_vartime(const sc25519 *x, const sc25519 *y) in sc25519_lt_vartime() 167 void sc25519_add(sc25519 *r, const sc25519 *x, const sc25519 *y) in sc25519_add() [all …]
|
D | ge25519.h | 39 …alarmult_vartime(ge25519 *r, const ge25519 *p1, const sc25519 *s1, const ge25519 *p2, const sc2551… 41 void ge25519_scalarmult_base(ge25519 *r, const sc25519 *s);
|
D | ed25519.c | 31 sc25519 scsk; in crypto_sign_ed25519_keypair() 57 sc25519 sck, scs, scsk; in crypto_sign_ed25519() 113 sc25519 schram, scs; in crypto_sign_ed25519_open()
|
D | ge25519.c | 262 …_vartime(ge25519_p3 *r, const ge25519_p3 *p1, const sc25519 *s1, const ge25519_p3 *p2, const sc255… in ge25519_double_scalarmult_vartime() 306 void ge25519_scalarmult_base(ge25519_p3 *r, const sc25519 *s) in ge25519_scalarmult_base()
|
D | Android.mk | 117 sc25519.c \
|