Home
last modified time | relevance | path

Searched refs:hash_file (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/mcookie/
H A Dmcookie.c329 hash_file(struct MD5Context *ctx, int fd) in hash_file() function
385 count = hash_file( &ctx, fd ); in main()
/OK3568_Linux_fs/buildroot/utils/
H A Dscanpypi587 with open(path_to_hash, 'w') as hash_file:
588 hash_file.writelines(lines)