Home
last modified time | relevance | path

Searched refs:checksum_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dinstall-buildtools258 checksum_type = "sha256sum"
259 checksum_url = "{}.{}".format(buildtools_url, checksum_type)
260 checksum_filename = "{}.{}".format(filename, checksum_type)
/openbmc/u-boot/include/
H A Dext_common.h127 uint8_t checksum_type; member