Home
last modified time | relevance | path

Searched refs:md5sum (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/bootloader_support/src/
Dflash_partitions.c61 unsigned char *md5sum = ((unsigned char *) part) + ESP_PARTITION_MD5_OFFSET; in esp_partition_table_verify() local
63 if (memcmp(md5sum, digest, sizeof(digest)) != 0) { in esp_partition_table_verify()
/device/soc/esp/esp32/components/partition_table/
Dgen_esp32part.py71 md5sum = True variable
224 if md5sum and data[:2] == MD5_PARTITION_BEGIN[:2]: # check only the magic number part
236 if md5sum:
450 global md5sum
471 md5sum = not args.disable_md5sum
/device/board/hihope/rk3568/kernel/
Dkernel_source_checker.sh46 md5sum clang >> $BUILD_INFO_PATH/current_build.info
/device/soc/rockchip/rk2206/sdk_liteos/image/
DMakefile40 md5sum $(BUILD_DIR)/$(TARGET)*
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz