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

/pkg/src/modules/
H A Delf.c156 int get_elfhash = 1; local
174 &get_elfhash, &get_sha256, &get_sha512t_256)) {
185 hargs.elfhash = get_elfhash;
/pkg/src/modules/actions/
H A Dfile.py429 get_elfhash = \
431 get_sha256 = (not get_elfhash and
434 get_sha512t_256 = (not get_elfhash and
438 path, elfhash=get_elfhash,
443 if get_elfhash:
/pkg/src/modules/publish/
H A Dtransaction.py344 get_elfhash = (need_elfhash and "elfhash" in
355 if get_elfhash or get_sha256 or get_sha512t_256:
358 elf_name, elfhash=get_elfhash,

Completed in 197 milliseconds