]> git.wh0rd.org Git - ICEs.git/blob - not-unused/des.i.ok
initial import
[ICEs.git] / not-unused / des.i.ok
1 typedef unsigned int u_int32_t;
2           void do_des() {
3         u_int32_t * l_out;
4                    int count;
5                 u_int32_t f;
6                 u_int32_t r48l;
7                 u_int32_t r48r;
8                 int round;
9                 while (count--)                 while (round--)                         f = (r48l ^ r48r);
10                 *l_out = f;
11         }