Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dimage_validate.c261 uint8_t key_hash[IMAGE_HASH_SIZE]; in bootutil_find_key() local
262 size_t key_hash_size = sizeof(key_hash); in bootutil_find_key()
271 rc = boot_retrieve_public_key_hash(image_index, key_hash, &key_hash_size); in bootutil_find_key()
282 FIH_CALL(boot_fih_memequal, fih_rc, hash, key_hash, key_hash_size); in bootutil_find_key()