| /openbmc/sdbusplus/src/server/ |
| H A D | transaction.cpp | 81 auto hash2 = std::hash<sdbusplus::message_t>{}(t.msg); in operator ()() 85 hash1 ^ (hash2 + 0x9e3779b9 + (hash1 << 6) + (hash1 >> 2))); in operator ()() 92 auto hash2 = std::hash<std::thread::id>{}(t.thread); 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)) 100 elif hash2 not in hashfiles: 101 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash2)) 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)) 100 elif hash2 not in hashfiles: 101 recout.append("Unable to find matching sigdata for %s with hash %s" % (key, hash2)) 103 …out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
|
| /openbmc/qemu/hw/core/ |
| H A D | eif.c | 454 g_autoptr(QCryptoHash) hash2 = NULL; in read_eif_file() 467 hash2 = qcrypto_hash_new(QCRYPTO_HASH_ALGO_SHA384, errp); in read_eif_file() 468 if (!hash2) { in read_eif_file() 569 QCryptoHash *h = hash2; in read_eif_file() 672 machine_initrd_size, hash0, hash2, &crc, errp)) { in read_eif_file() 683 if (!get_SHA384_hash(hash2, app_hash, errp)) { in read_eif_file()
|
| /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)) 562 elif not hash2 in hashfiles: 563 … out.append("Unable to find matching sigdata for %s with hash %s" % (desc, hash2)) 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 | 8127 -hash2(key, len) 8130 +hash2(const void *key, size_t len) 8134 @@ -116,9 +112,7 @@ hash2(key, len)
|