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

/pkg/src/modules/
H A Delf.c48 * 'sha512t_256' an integer > 0 if we should calculate an SHA-512t_256 hash
55 int sha512t_256; member in struct:__anon1
171 static char *kwlist[] = {"f", "elfhash", "sha256", "sha512t_256", NULL};
187 hargs.sha512t_256 = get_sha512t_256;
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) {
339 if (hargs.sha512t_256 > 0) {
/pkg/src/tests/api/
H A Dt_elf.py108 elfhash=False, sha512t_256=True)
123 elif v[1] == "sha512t_256":
/pkg/src/modules/actions/
H A Dfile.py436 digest.GELF_HASH_ALGS["gelf:sha512t_256"])
440 sha512t_256=get_sha512t_256
/pkg/src/modules/publish/
H A Dtransaction.py360 sha512t_256=get_sha512t_256))

Completed in 199 milliseconds