Searched refs:hashlist (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhashsum.c90 grub_file_t hashlist, file; local
98 hashlist = grub_file_open (hashfilename);
99 if (!hashlist)
102 while (grub_free (buf), (buf = grub_file_getline (hashlist)))
136 grub_file_close (hashlist);
147 grub_file_close (hashlist);
161 grub_file_close (hashlist);

Completed in 165 milliseconds