Searched refs:img_rootkey (Results 1 – 1 of 1) sorted by relevance
34 uint8_t *img_rootkey = gbb_get_rootkey(img, &img_size); in check_compatible_keys() local37 if (!img_rootkey || !spi_rootkey || img_size != spi_size) { in check_compatible_keys()42 if (memcmp(img_rootkey, spi_rootkey, img_size)) { in check_compatible_keys()