Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py36 CHECKSUM_LIST = [ "md5", "sha256", "sha1", "sha384", "sha512" ] variable
590 for checksum_id in CHECKSUM_LIST:
1348 for checksum_id in CHECKSUM_LIST:
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass419 from bb.fetch2 import decodeurl, CHECKSUM_LIST
445 for checksum_id in CHECKSUM_LIST: