Searched defs:sha256 (Results 1 - 1 of 1) 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) {

Completed in 23 milliseconds