Searched refs:hash_file (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/cros/ |
D | verity_utils.py | 108 if self.hash_file is not None: 109 os.remove(self.hash_file) 110 self.hash_file = None 117 self.hash_file = None 147 self.hash_file)) 155 f.write(utils.read_file(self.hash_file)) 191 self.hash_file = os.tempnam(tmpdir, '%s.hash.' % self.target_name)
|
/external/libchrome/build/ |
D | find_isolated_tests.py | 26 def hash_file(filepath): function 67 sha1_hash = hash_file(filepath)
|
/external/pdfium/testing/tools/ |
D | gold.py | 268 hash_file = os.path.join(test_dir, 'ignore_hashes.txt') 269 with open(hash_file, 'wb') as f: 273 gr = GoldResults('pdfium', output_dir, prop_str, key_str, hash_file)
|
/external/angle/scripts/ |
D | run_code_generation.py | 200 with open(hash_fname) as hash_file: 202 hashes[file] = json.load(hash_file)
|
/external/openssh/ |
D | sshsig.c | 490 hash_file(int fd, const char *hashalg, struct sshbuf **bp) in hash_file() function 572 if ((r = hash_file(fd, hashalg, &b)) != 0) { in sshsig_sign_fd() 602 if ((r = hash_file(fd, hashalg, &b)) != 0) { in sshsig_verify_fd()
|