| /openbmc/qemu/docs/specs/ |
| H A D | sev-guest-firmware.rst | 43 | 0xffffff84 | 4 | SEV hashes table base address | 45 | 0xffffff88 | 4 | SEV hashes table size (=0x400) | 47 | 0xffffff8c | 2 | SEV hashes table entry length (=0x1a) | 49 | 0xffffff8e | 16 | SEV hashes table GUID: | 113 SEV hashes table 119 table describing the hashes of certain firmware configuration device
|
| /openbmc/qemu/util/ |
| H A D | qht.c | 147 uint32_t hashes[QHT_BUCKET_ENTRIES]; member 219 __func__, b, i, b->hashes[i], b->pointers[i]); in qht_bucket_debug__locked() 496 qatomic_set(&b->hashes[i], 0); in qht_bucket_reset__locked() 563 if (qatomic_read(&b->hashes[i]) == hash) { in qht_do_lookup() 639 if (unlikely(b->hashes[i] == hash && in qht_insert__locked() 667 qatomic_set(&b->hashes[i], hash); in qht_insert__locked() 739 qatomic_set(&to->hashes[i], from->hashes[j]); in qht_entry_move() 742 qatomic_set(&from->hashes[j], 0); in qht_entry_move() 757 qatomic_set(&orig->hashes[pos], 0); in qht_bucket_remove_entry() 794 qht_debug_assert(b->hashes[i] == hash); in qht_remove__locked() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-passlib_1.7.4.bb | 5 managing existing password hashes. It’s designed to be useful for a wide range of \
|
| /openbmc/bmcweb/scripts/ |
| H A D | generate_auth_certificates.py | 20 from cryptography.hazmat.primitives import hashes, serialization 131 private_key=private_key, algorithm=hashes.SHA256() 138 csr.sign(ca_key, algorithm=hashes.SHA256()) 210 signed = builder.sign(private_key=ca_key, algorithm=hashes.SHA256()) 266 signed = builder.sign(private_key=ca_key, algorithm=hashes.SHA256()) 560 private_key=ca_key, algorithm=hashes.SHA256()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/ |
| H A D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 73 - ocb.error("%s: Expecting %"PRIu32" hashes, found %"PRIu32"\n", 74 + ocb.error("%s: Expecting %" PRIu32 " hashes, found %" PRIu32 "\n", 111 hashes[hash_column[column_number]].name.c_str(),
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-diffsigs | 92 hashes = [hash1, hash2] 93 hashfiles = find_siginfo(tinfoil, key, None, hashes)
|
| H A D | bitbake-dumpsig | 92 hashes = [hash1, hash2] 93 hashfiles = find_siginfo(tinfoil, key, None, hashes)
|
| /openbmc/google-misc/subprojects/libcr51sign/ |
| H A D | README.md | 10 image descriptor, if the image validates, hashes the rest of the image to verify
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | ccache.bbclass | 36 # ccahe removes CCACHE_BASEDIR from file path, so that hashes will be the same
|
| H A D | devtool-source.bbclass | 160 # (otherwise we'd likely be left with identical commits that have different hashes) 179 # (otherwise we'd likely be left with identical commits that have different hashes)
|
| /openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
| H A D | CVE-2024-37151.patch | 18 4. during the lookup, the frag for X2 hashes to a hash row that holds
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
| H A D | libtest-deep-perl_1.205.bb | 9 hashes have the same elements and that references are blessed into the \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/ |
| H A D | mbedtls_3.6.3.1.bb | 14 - Abstraction layers for ciphers, hashes, public key operations, \
|
| H A D | mbedtls_2.28.10.bb | 14 - Abstraction layers for ciphers, hashes, public key operations, \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/ |
| H A D | usbguard_1.1.3.bb | 9 computing device hashes (Supported values are sodium, gcrypt, openssl)."
|
| /openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
| H A D | 0001-cmd-go-make-content-based-hash-generation-less-pedan.patch | 7 Go 1.10's build tool now uses content-based hashes to 12 However, the hashes it generates include information that
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | amd-memory-encryption.rst | 154 * if kernel is used, and ``kernel-hashes=on``, then ``kernel_hashes_blob`` is 156 includes the hashes of kernel, initrd, and cmdline that are passed to the 163 If kernel hashes are not used, or SEV-ES is disabled, use empty blobs for
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | verified-boot.txt | 92 include hashes to verify images, so it is relatively straightforward to
|
| H A D | source_file_format.txt | 48 hashes) will need to be filled in automatically by the U-Boot mkimage tool. 87 To identify FIT sub-nodes representing images, hashes, configurations (which
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-execution.rst | 528 to add the hashes of all the tasks on which the particular task depends. 531 the hashes of the task's dependencies. 534 dependent task hashes can be influenced. Within the BitBake 550 The rules for deciding which hashes of dependent tasks to include 574 - ``BB_BASEHASH_task-``\ *taskname*: The base hashes for each task in the 577 - ``BB_BASEHASH_``\ *filename:taskname*: The base hashes for each 629 with a list of tasks and corresponding hashes it wants to build. This
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1814 hashes = [hash1, hash2] 1815 bb.debug(1, "Recursively looking for recipe {} hashes {}".format(key, hashes)) 1816 hashfiles = bb.siggen.find_siginfo(key, None, hashes, self.cfgData) 2744 if h in self.sqdata.hashes and tid != self.sqdata.hashes[h]: 2745 self.sq_deferred[tid] = self.sqdata.hashes[h] 2746 bb.note("Deferring %s after %s" % (tid, self.sqdata.hashes[h])) 3110 sqdata.hashes = {} 3117 if h not in sqdata.hashes: 3118 sqdata.hashes[h] = tid 3120 sqrq.sq_deferred[tid] = sqdata.hashes[h] [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | sstatetests.py | 787 hashes = [hash1, hash2] 788 hashfiles = find_siginfo(key, None, hashes) 789 self.assertCountEqual(hashes, hashfiles)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/ |
| H A D | mdns_2600.120.12.bb | 26 # task hashes changes.
|
| /openbmc/openbmc/meta-security/meta-integrity/classes/ |
| H A D | ima-evm-rootfs.bbclass | 18 # Whether to create IMA signatures (--imasig) or hashes (--imahash).
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 448 hashes = taskhashlist or ['?' * 64] 450 for hashval in hashes:
|