Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/qemu/docs/specs/
H A Dsev-guest-firmware.rst43 | 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 Dqht.c147 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 Dpython3-passlib_1.7.4.bb5 managing existing password hashes. It’s designed to be useful for a wide range of \
/openbmc/bmcweb/scripts/
H A Dgenerate_auth_certificates.py20 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 D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch73 - 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 Dbitbake-diffsigs92 hashes = [hash1, hash2]
93 hashfiles = find_siginfo(tinfoil, key, None, hashes)
H A Dbitbake-dumpsig92 hashes = [hash1, hash2]
93 hashfiles = find_siginfo(tinfoil, key, None, hashes)
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md10 image descriptor, if the image validates, hashes the rest of the image to verify
/openbmc/openbmc/poky/meta/classes/
H A Dccache.bbclass36 # ccahe removes CCACHE_BASEDIR from file path, so that hashes will be the same
H A Ddevtool-source.bbclass160 # (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 DCVE-2024-37151.patch18 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 Dlibtest-deep-perl_1.205.bb9 hashes have the same elements and that references are blessed into the \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_3.6.3.1.bb14 - Abstraction layers for ciphers, hashes, public key operations, \
H A Dmbedtls_2.28.10.bb14 - Abstraction layers for ciphers, hashes, public key operations, \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/
H A Dusbguard_1.1.3.bb9 computing device hashes (Supported values are sodium, gcrypt, openssl)."
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0001-cmd-go-make-content-based-hash-generation-less-pedan.patch7 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 Damd-memory-encryption.rst154 * 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 Dverified-boot.txt92 include hashes to verify images, so it is relatively straightforward to
H A Dsource_file_format.txt48 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 Dbitbake-user-manual-execution.rst528 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 Drunqueue.py1814 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 Dsstatetests.py787 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 Dmdns_2600.120.12.bb26 # task hashes changes.
/openbmc/openbmc/meta-security/meta-integrity/classes/
H A Dima-evm-rootfs.bbclass18 # Whether to create IMA signatures (--imasig) or hashes (--imahash).
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py448 hashes = taskhashlist or ['?' * 64]
450 for hashval in hashes:

12