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

/pkg/src/modules/
H A Delf.c47 * 'sha256' an integer > 0 if we should calculate an SHA-256 hash
54 int sha256; member in struct:__anon1
171 static char *kwlist[] = {"f", "elfhash", "sha256", "sha512t_256", NULL};
186 hargs.sha256 = get_sha256;
285 * pkg.content-hash: [requested sha256 and/or sha512t_256 hashes]
306 hargs.sha256, hargs.sha512t_256)) == NULL) {
329 if (hargs.sha256 > 0 || hargs.sha512t_256 > 0) {
355 if (hargs.sha256 > 0) {
H A Ddigest.py91 _hashes = ("sha512t_256", "sha256", "sha1")
157 "pkg.hash.sha256": hashlib.sha256,
158 "file:sha256": hashlib.sha256,
159 "gzip:sha256": hashlib.sha256,
164 "gelf:sha256": hashlib.sha256,
165 "file:sha256"
[all...]
/pkg/src/tests/api/
H A Dt_elf.py104 self.assertTrue(v[1] == "sha256")
121 if v[1] == "sha256":
130 sha256=False)
/pkg/src/tests/cli/
H A Dt_pkg_image_update.py366 """ Helper to get sha256 sum of installed test file."""
371 hash_func=hashlib.sha256)
382 # get the sha256 sums from the original files to distinguish
H A Dt_pkg_search.py1139 that add sha256 hashes to the set of hashes we append to
1141 self.base_search_multi_hash("sha256", hashlib.sha256)
1205 self.dcs[2].set_debug_feature("hash=sha1+sha256")
/pkg/src/modules/actions/
H A Dfile.py433 digest.GELF_HASH_ALGS["gelf:sha256"])
439 sha256=get_sha256,
/pkg/src/modules/publish/
H A Dtransaction.py359 sha256=get_sha256,

Completed in 652 milliseconds