Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c533 u8 *hash_output; in check_image_header() local
594 hash_output = hash_160_output; in check_image_header()
600 hash_output = hash_256_output; in check_image_header()
610 if (memcmp(hash_value, hash_output, hash_algorithm_id) != 0) { in check_image_header()