| /openbmc/sdbusplus/src/server/ |
| H A D | transaction.cpp | 80 auto hash1 = std::hash<sdbusplus::bus_t>{}(t.bus); in operator ()() 85 hash1 ^ (hash2 + 0x9e3779b9 + (hash1 << 6) + (hash1 >> 2))); in operator ()() 91 auto hash1 = std::hash<std::time_t>{}(t.time); in operator ()() 96 hash1 ^ (hash2 + 0x9e3779b9 + (hash1 << 6) + (hash1 >> 2))); in operator ()()
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-diffsigs | 91 def recursecb(key, hash1, hash2): argument 92 hashes = [hash1, hash2] 97 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2)) 98 elif hash1 not in hashfiles: 99 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash1)) 103 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
|
| H A D | bitbake-dumpsig | 91 def recursecb(key, hash1, hash2): argument 92 hashes = [hash1, hash2] 97 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2)) 98 elif hash1 not in hashfiles: 99 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash1)) 103 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
|
| /openbmc/qemu/hw/core/ |
| H A D | eif.c | 190 QCryptoHash *hash0, QCryptoHash *hash1, in read_eif_kernel() argument 228 qcrypto_hash_update(hash1, (char *)kernel, size, errp) != 0) { in read_eif_kernel() 248 QCryptoHash *hash0, QCryptoHash *hash1, in read_eif_cmdline() argument 259 qcrypto_hash_update(hash1, cmdline, size, errp) != 0) { in read_eif_cmdline() 452 g_autoptr(QCryptoHash) hash1 = NULL; in read_eif_file() 463 hash1 = qcrypto_hash_new(QCRYPTO_HASH_ALGO_SHA384, errp); in read_eif_file() 464 if (!hash1) { in read_eif_file() 540 hash1, &crc, errp)) { in read_eif_file() 559 if (!read_eif_cmdline(f, size, *cmdline, hash0, hash1, &crc, in read_eif_file() 578 h = hash1; in read_eif_file() [all …]
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 549 def compare_hashfiles(pn, taskname, hash1, hash2): argument 550 hashes = [hash1, hash2] 559 … out.append("Unable to find matching sigdata for %s with hashes %s or %s" % (desc, hash1, hash2)) 560 elif not hash1 in hashfiles: 561 … out.append("Unable to find matching sigdata for %s with hash %s" % (desc, hash1)) 565 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c… 574 def recursecb(key, hash1, hash2): argument 575 compare_hashfiles(key, None, hash1, hash2)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | sstatetests.py | 784 def recursecb(key, hash1, hash2): argument 787 hashes = [hash1, hash2] 790 … bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1813 def recursecb(key, hash1, hash2): argument 1814 hashes = [hash1, hash2] 1821 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb) 1824 … recout.append("Unable to find matching sigdata for %s with hashes %s or %s" % (key, hash1, hash2))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 8116 -hash1(key, len) 8119 +hash1(const void *key, size_t len) 8123 @@ -88,9 +86,7 @@ hash1(key, len)
|