Searched refs:verify_checksum (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | acpi-utils.c | 82 bool verify_checksum) in acpi_fetch_table() argument 99 if (verify_checksum) { in acpi_fetch_table()
|
H A D | acpi-utils.h | 54 bool verify_checksum);
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | __init__.py | 549 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 D | wget.py | 140 bb.fetch2.verify_checksum(ud, d, localpath=localpath, fatal_nochecksum=False)
|