Searched refs:hash_functions (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/bin/md5/ |
| D | cksum.c | 179 struct hash_functions { struct 436 void digest_file(const char *, struct hash_functions **, int, int, int); 437 int digest_filelist(const char *, struct hash_functions *); 438 void digest_string(char *, struct hash_functions **, int); 439 void digest_test(struct hash_functions **); 440 void digest_time(struct hash_functions **); 447 struct hash_functions *hf = NULL, *hashes[NHASHES + 1]; in main() 592 digest_string(char *string, struct hash_functions **hashes, int dobin) in digest_string() 594 struct hash_functions *hf; in digest_string() 640 digest_file(const char *file, struct hash_functions **hashes, int echo, in digest_file() [all …]
|