SYMBOL INDEX (54 symbols across 12 files) FILE: evilize/evilize.c function find_crib (line 35) | int find_crib(FILE *fin){ function find_iv (line 58) | static int find_iv(FILE *fin, unsigned int IV[4]) { function usage (line 91) | static void usage(FILE *fout) { function version (line 105) | static void version(FILE *fout) { function license (line 112) | static void license(FILE *fout) { type option (line 138) | struct option function swap_uint32 (line 148) | uint32_t swap_uint32( uint32_t val ) function main (line 154) | int main(int ac, char *av[]) { FILE: evilize/md5.c function md5_init_ctx (line 71) | void function md5_stream (line 138) | int type md5_ctx (line 201) | struct md5_ctx function md5_process_bytes (line 214) | void function md5_process_block (line 272) | void FILE: evilize/md5.h type u_int32_t (line 39) | typedef u_int32_t md5_uint32; type md5_uint32 (line 57) | typedef unsigned int md5_uint32; type md5_uint32 (line 60) | typedef unsigned short md5_uint32; type md5_uint32 (line 63) | typedef unsigned long md5_uint32; type md5_ctx (line 81) | struct md5_ctx type md5_ctx (line 100) | struct md5_ctx type md5_ctx (line 101) | struct md5_ctx type md5_ctx (line 128) | struct md5_ctx type md5_ctx (line 129) | struct md5_ctx type md5_ctx (line 138) | struct md5_ctx type md5_ctx (line 139) | struct md5_ctx FILE: evilize/md5coll.c function usage (line 37) | static void usage(FILE *fout) { function version (line 54) | static void version(FILE *fout) { function license (line 62) | static void license(FILE *fout) { type option (line 95) | struct option function progress_printer_f (line 109) | static int progress_printer_f(void *priv, char *arg) { function write_collision_file (line 118) | static void write_collision_file(FILE *fout, unsigned int m0[32], unsign... function main (line 140) | int main(int ac, char *av[]) FILE: evilize/md5coll_lib.c type state_s (line 43) | struct state_s { type state_t (line 50) | typedef struct state_s state_t; function callback2 (line 57) | static inline int callback2(callback_t *cb, int a, int b) { function callback4 (line 63) | static inline int callback4(callback_t *cb, int a, int b, int c, int d) { function random (line 69) | int random(){ function block1 (line 73) | int block1(unsigned int IV[4], callback_t *cb, int ct1) function block2 (line 830) | int block2(callback_t *cb) function md5coll_with_iv (line 1638) | int md5coll_with_iv(unsigned int IV[4], unsigned int m0[32], unsigned in... function md5coll (line 1663) | int md5coll(unsigned int m0[32], unsigned int m1[32], callback_t *cb) { FILE: evilize/md5coll_lib.h type callback_s (line 15) | struct callback_s { type callback_t (line 19) | typedef struct callback_s callback_t; FILE: sheep/crc.cpp function reflect (line 57) | static unsigned long function crc (line 95) | crc function crcInit (line 156) | void function crc (line 212) | crc FILE: sheep/crc.h type crc (line 31) | typedef unsigned short crc; type crc (line 43) | typedef unsigned short crc; type crc (line 55) | typedef unsigned long crc; FILE: sheep/rc4.cpp function rc4_set_key (line 7) | void rc4_set_key(const unsigned char *buf, size_t len, rc4_key_t * key) function rc4_crypt (line 25) | void rc4_crypt(unsigned char *buf, size_t len, rc4_key_t * key) FILE: sheep/rc4.h type rc4_key_t (line 31) | typedef struct rc4_key_t { FILE: sheep/sheep.cpp function _tmain (line 37) | int _tmain(int argc, _TCHAR* argv[]) FILE: shepherd/shepherd.cpp function main (line 26) | int main(int argc, char* argv[])