Home | History | Annotate | Download | only in openssh

Lines Matching refs:crypto_uint32

15 static const crypto_uint32 m[32] = {0xED, 0xD3, 0xF5, 0x5C, 0x1A, 0x63, 0x12, 0x58, 0xD6, 0x9C, 0xF7, 0xA2, 0xDE, 0xF9, 0xDE, 0x14, 
18 static const crypto_uint32 mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x63, 0x08, 0x5D, 0x21, 0x06, 0x21,
21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
32 crypto_uint32 pb = 0;
33 crypto_uint32 b;
34 crypto_uint32 mask;
51 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64])
55 crypto_uint32 q2[66];
56 crypto_uint32 *q3 = q2 + 33;
57 crypto_uint32 r1[33];
58 crypto_uint32 r2[33];
59 crypto_uint32 carry;
60 crypto_uint32 pb = 0;
61 crypto_uint32 b;
105 crypto_uint32 t[64];
120 crypto_uint32 t[64];
182 crypto_uint32 b = 0;
183 crypto_uint32 t;
196 crypto_uint32 t[64];