Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c998 uint8_t image_hash[HASH_LEN] = { 0 }; in verify_simple_hash() local
999 bootloader_sha256_finish(sha_handle, image_hash); in verify_simple_hash()
1002 bootloader_debug_buffer(image_hash, HASH_LEN, "Calculated hash"); in verify_simple_hash()
1005 if (memcmp(data->image_digest, image_hash, HASH_LEN) != 0) { in verify_simple_hash()