Lines Matching refs:crypto_uint32
15 static const crypto_uint32 m[32] = {0xED, 0xD3, 0xF5, 0x5C, 0x1A, 0x63, 0x12, 0x58, 0xD6, 0x9C, 0xF…
18 static const crypto_uint32 mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x…
21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
32 crypto_uint32 pb = 0; in reduce_add_sub()
33 crypto_uint32 b; in reduce_add_sub()
34 crypto_uint32 mask; in reduce_add_sub()
51 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64]) in barrett_reduce()
55 crypto_uint32 q2[66]; in barrett_reduce()
56 crypto_uint32 *q3 = q2 + 33; in barrett_reduce()
57 crypto_uint32 r1[33]; in barrett_reduce()
58 crypto_uint32 r2[33]; in barrett_reduce()
59 crypto_uint32 carry; in barrett_reduce()
60 crypto_uint32 pb = 0; in barrett_reduce()
61 crypto_uint32 b; in barrett_reduce()
105 crypto_uint32 t[64]; in sc25519_from32bytes()
120 crypto_uint32 t[64]; in sc25519_from64bytes()
182 crypto_uint32 b = 0; in sc25519_sub_nored()
183 crypto_uint32 t; in sc25519_sub_nored()
196 crypto_uint32 t[64]; in sc25519_mul()