Searched refs:hash_file (Results 1 – 2 of 2) sorted by relevance
329 hash_file(struct MD5Context *ctx, int fd) in hash_file() function385 count = hash_file( &ctx, fd ); in main()
587 with open(path_to_hash, 'w') as hash_file:588 hash_file.writelines(lines)