5 unsigned long long a, b, c;
6 unsigned char block[64];
11 struct tigertreehash {
19 void inittiger(struct tigerhash *th);
20 void dotiger(struct tigerhash *th, char *buf, size_t buflen);
21 void synctiger(struct tigerhash *th);
22 void restiger(struct tigerhash *th, char *rbuf);
23 void inittigertree(struct tigertreehash *tth);
24 void dotigertree(struct tigertreehash *tth, char *buf, size_t buflen);
25 void synctigertree(struct tigertreehash *tth);
26 void restigertree(struct tigertreehash *tth, char *rbuf);
27 void pushtigertree(struct tigertreehash *tth, char *buf);