Home | History | Annotate | Download | only in openssh

Lines Matching refs:crypto_uint32

16 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
18 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */
24 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
33 static crypto_uint32 times19(crypto_uint32 a)
38 static crypto_uint32 times38(crypto_uint32 a)
45 crypto_uint32 t;
65 crypto_uint32 t;
87 crypto_uint32 m = equal(r->v[31],127);
144 crypto_uint32 mask = b;
188 crypto_uint32 t[32];
199 crypto_uint32 t[63];