Searched refs:hashes (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 112 hashes = [] 114 hashes.append(f.sha1) 115 hashes.sort() 116 filelist = "".join(hashes) 200 hashes = getHashes(f.abspath) 201 if not hashes: 204 hSHA1, hSHA256, hMD5 = hashes
|
D | writer.py | 199 hashes = getHashes(spdxPath) 200 if not hashes: 203 doc.myDocSHA1 = hashes[0]
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_priv.h | 108 struct hawkbit_dep_res_hashes hashes; member
|
D | hawkbit.c | 236 JSON_OBJ_DESCR_OBJECT(struct hawkbit_dep_res_arts, hashes, json_dep_res_hashes_descr), 692 if (hex2bin(artifact->hashes.sha256, SHA256_HASH_SIZE << 1, hb_context->dl.file_hash, in hawkbit_parse_deployment() 738 LOG_DBG("chunks[0].artifacts[0].%s=%s", "hashes.sha1", a->hashes.sha1); in hawkbit_dump_deployment() 739 LOG_DBG("chunks[0].artifacts[0].%s=%s", "hashes.md5", a->hashes.md5); in hawkbit_dump_deployment() 740 LOG_DBG("chunks[0].artifacts[0].%s=%s", "hashes.sha256", a->hashes.sha256); in hawkbit_dump_deployment()
|
/Zephyr-latest/samples/subsys/logging/syst/ |
D | README.rst | 203 are being referenced by identification hashes, and the string arguments 204 are encoded in the Sys-T message payload. The hashes and the encoded 206 the mapping between hashes and their corresponding format strings) to
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | README.rst | 43 with various hashes for them, to ease external selection and verification.
|
/Zephyr-latest/doc/develop/west/ |
D | zephyr-cmds.rst | 116 Each file in the bill-of-materials is scanned, so that its hashes (SHA256 and
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 174 | | can be disabled to remove support for hashes in this configuration. | 175 | | MCUmgr in applications must support sending hashes. |
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 413 * GATT: Added support for database hashes, Read Using Characteristic
|