Home
last modified time | relevance | path

Searched refs:verify_checksum (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dacpi-utils.c82 bool verify_checksum) in acpi_fetch_table() argument
99 if (verify_checksum) { in acpi_fetch_table()
H A Dacpi-utils.h54 bool verify_checksum);
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py549 def verify_checksum(ud, d, precomputed={}, localpath=None, fatal_nochecksum=True): function
690 checksums = verify_checksum(ud, d, precomputed_checksums)
726 checksums = verify_checksum(ud, d)
H A Dwget.py140 bb.fetch2.verify_checksum(ud, d, localpath=localpath, fatal_nochecksum=False)