Lines Matching refs:elfhash
46 * 'elfhash' an integer > 0 if we should calculate the old elfhash
53 int elfhash;
166 * The old-style calculation of elfhash will be dropped, but
171 static char *kwlist[] = {"f", "elfhash", "sha256", "sha512t_256", NULL};
185 hargs.elfhash = get_elfhash;
284 * elfhash: "sha1hash",
305 if ((h = gethashes(hargs.fd, hargs.elfhash,
319 if (hargs.elfhash > 0) {
322 ent = Py_BuildValue("s", h->elfhash);
323 if (PyDict_SetItemString(pdict, "elfhash", ent) != 0) {